<div dir="ltr">>   find usr/man -type f -a -name '*.gz' | \<br>>     sed -e 's,^,chroot . /usr/bin/mandb -f "/,' \<br>>         -e 's,$," \&>/dev/null,' \<br>>     >> install/doinst.sh<br><div><br></div><div>My only suggestion would be to use "-type f,l". Almost 20% of all man pages are symlinks on a clean Slackware installation.</div><div><br></div><div>Anyway, I've started trying this out on my own builds (albeit with awk instead of sed; just personal preference), and it appears to work.</div><div><br></div><div>Best regards,</div><div><br></div><div>Gene Carlson</div></div>