path_resolution.7: Fix NAME line

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>
This commit is contained in:
Michael Kerrisk 2009-12-05 07:26:44 +01:00
parent 8d24c515fc
commit e70f27ec76
1 changed files with 1 additions and 1 deletions

View 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.