One expects to find unformatted versions of the documentation in the /usr/man/man?/ directories, and formatted ones in /usr/man/cat?/. However, you seem to stick whatever you feel like in /usr/man/man?/. This is inconsistent, and wrong. For example, I found this out unpleasantly while poking around looking for manpage stuff on linux. Yes, doriath below is the redhat system, despite whatever the comment in the page says. -------------------------------------------------- doriath(tchrist)% head /usr/man/man1/mail.1 .\" $OpenBSD: mail.1,v 1.5 1994/06/29 05:09:32 deraadt Exp $ .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright doriath(tchrist)% head /usr/man/man1/mailq.1 MAILQ(1) UNIX Reference Manual MAILQ(1) NAMESYNOPSIS mailq [-v] DESCRIPTION mailq - print the mail queue ------------------------------------------------------- Manpages go in mandirs. Catpages go in catdirs. thank you, --tom
Here would appear to be the list of these: /usr/man/man1/mailq.1 /usr/man/man1/newaliases.1 /usr/man/man5/aliases.5 /usr/man/man8/mailstats.8 /usr/man/man8/makemap.8 /usr/man/man8/praliases.8 /usr/man/man8/rmail.8 /usr/man/man8/sendmail.8 /usr/X11R6/man/man1/asmail.1x /usr/X11R6/man/man1/xmorph.1 A program to find them will be there soon.
Most of these are sendmail. Assigning there.
This is already fixed in current rpms. Thanks for this report.