tags 558300 fixed-upstream thanks On Fri, Nov 27, 2009 at 6:55 PM, <jida...@jidanni.org> wrote: > Package: manpages > Version: 3.23-1 > Severity: wishlist > File: /usr/share/man/man7/path_resolution.7.gz > X-debbugs-cc: linux-...@vger.kernel.org > > $ apropos path_resolution > path_resolution (2) - (unknown subject) > path_resolution (7) - (unknown subject)
In fact this problem afflicted a small handful of pages in man-pages. It seems that apropos/catman/mandb didn't like the construction of the piece before the "\-" in the NAME line of the man page. I've applied this fix: ===== --- a/man7/path_resolution.7 +++ b/man7/path_resolution.7 @@ -22,7 +22,7 @@ .\" .TH PATH_RESOLUTION 7 2009-12-05 "Linux" "Linux Programmer's Manual" .SH NAME -Unix/Linux path resolution \- find the file referred to by a filename +path_resolution \- how a pathname is resolved to a file .SH DESCRIPTION Some Unix/Linux system calls have as parameter one or more filenames. A filename (or pathname) is resolved as follows. ===== And fixed 3 or 4 other pages similarly. The fixes will be in man-pages-2.34. > P.S., perhaps add > SEE ALSO > readlink(1) Done. Thanks for the report! Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface" http://blog.man7.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org