public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Attn gawk and man-db maintainers: 3am pages shadowing 3p
@ 2015-10-22 18:03 Warren Young
  2015-10-23  9:38 ` Corinna Vinschen
  0 siblings, 1 reply; 8+ messages in thread
From: Warren Young @ 2015-10-22 18:03 UTC (permalink / raw)
  To: cygwin-apps

Several gawk module manual pages (fnmatch, fork, readdir, and time(3am)) currently shadow pages of the same name in section 3p, owned by man-pages-posix.  These are currently dumped into the generic man3 directory, which causes them to take precedence over 3p because of this line in /etc/man_db.conf:

  SECTION     1 1p 8 2 3 3p 4 5 6 7 9 0p n

This causes “man readdir” to return the gawk page, not the POSIX page, as the user almost certainly intended.

To fix this, the man_db maintainer should add a 3am after 3p here, and the gawk maintainer should install the pages into the man3am directory.

Alternately, 3p could move in front of 3, since it’s more specific.  (You could say that man3p subclasses man3.)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-10-23 22:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-22 18:03 Attn gawk and man-db maintainers: 3am pages shadowing 3p Warren Young
2015-10-23  9:38 ` Corinna Vinschen
2015-10-23 18:43   ` Achim Gratz
2015-10-23 19:17   ` Yaakov Selkowitz
2015-10-23 19:59     ` Achim Gratz
2015-10-23 20:13       ` Yaakov Selkowitz
2015-10-23 20:37         ` Achim Gratz
2015-10-23 22:49     ` Warren Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).