]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
path_resolution.7: Fix NAME line
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 5 Dec 2009 06:26:44 +0000 (07:26 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 5 Dec 2009 06:26:44 +0000 (07:26 +0100)
The poorly constructed part receding "\-" causes apropos
not to be able to find the subject.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558300

Reported-by: <jidanni@jidanni.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/path_resolution.7

index 74e4880626bb350088b27a0cad51c7b55d41becb..11d8cc87ff5220dc01a42781868b3bbeb5f72f83 100644 (file)
@@ -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.