/usr/share/man/man8/MAKEDEV.8

Thomas Hurst tom.hurst at clara.net
Mon Oct 29 22:53:16 PDT 2007


* Jeremy Chadwick (koitsu at FreeBSD.org) wrote:

> There's a periodic script (/etc/periodic/weekly/330.catman) which
> rebuilds all the catman pages for you.  However, it makes an immense
> mess of your weekly system mails due to all the manpage/nroff
> formatting mistakes.  Have a look:
> 
> http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/040648.html

If you want to find what's causing these errors, you could run catman
with -v so it prints the filename of what it's processing.

Less spammy but still noisy in the event of these warnings would be
something like the attached patch, which saves the stderr stream and
prints it and the currently processed filename if it's non-empty.

Maybe friendlier would be the other patch, which silences nroff unless
catman is running verbose.

-- 
Thomas 'Freaky' Hurst
    http://hur.st/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: catman-detect-warnings.diff
Type: text/x-diff
Size: 1414 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20071030/eb698e9b/catman-detect-warnings.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: catman-quiet.diff
Type: text/x-diff
Size: 586 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20071030/eb698e9b/catman-quiet.bin


More information about the freebsd-stable mailing list