Hi, this package does not install any man-page. Regards Georg Sauthoff Output: >>> Install htmltidy-2.7.18-r1 into /var/tmp/portage/htmltidy-2.7.18-r1/image/ category app-text mkdir -p /var/tmp/portage/htmltidy-2.7.18-r1/image//usr/bin cp -f tidy /var/tmp/portage/htmltidy-2.7.18-r1/image//usr/bin if [ -f "man_page.txt" ] ; then \ mkdir -p /var/tmp/portage/htmltidy-2.7.18-r1/image//usr/share/manman1; \ cp -f man_page.txt /var/tmp/portage/htmltidy-2.7.18-r1/image//usr/share/manman1/tidy.1; \ fi cd /var/tmp/portage/htmltidy-2.7.18-r1/image//usr/bin; \ chmod 755 tidy; \ #chgrp bin tidy; \ #chown bin tidy; man: prepallstrip: strip: strip: usr/bin/tidy >>> Completed installing into /var/tmp/portage/htmltidy-2.7.18-r1/image/ >>> Merging app-text/htmltidy-2.7.18-r1 to / --- /usr/ --- /usr/bin/ >>> /usr/bin/tidy --- /usr/share/ --- /usr/share/man/ --- /usr/share/man/man1/ Reproducible: Always Steps to Reproduce: 1. 2. 3.
The htmltidy source tarball is rather sparse and doesn't contain any manpages to install (there is no man_page.txt) that the Makefile checks for. Help for htmltidy can currently be found through 'tidy -help-config' or on the web (http://tidy.sourceforge.net/#docs)