realpath.3: Minor fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-27 06:36:20 +01:00
parent 4784c377b4
commit 2221c1b910
1 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ If there is no error,
returns a pointer to the returns a pointer to the
.IR resolved_path . .IR resolved_path .
Otherwise it returns a NULL pointer, and the contents Otherwise, it returns a NULL pointer, the contents
of the array of the array
.I resolved_path .I resolved_path
are undefined, and are undefined, and
@ -133,7 +133,7 @@ The named file does not exist.
.B ENOTDIR .B ENOTDIR
A component of the path prefix is not a directory. A component of the path prefix is not a directory.
.SH VERSIONS .SH VERSIONS
On Linux this function appeared in libc 4.5.21. On Linux, this function appeared in libc 4.5.21.
.SH CONFORMING TO .SH CONFORMING TO
4.4BSD, POSIX.1-2001. 4.4BSD, POSIX.1-2001.
@ -142,7 +142,7 @@ POSIX.1-2001 says that the behavior if
is NULL is implementation-defined. is NULL is implementation-defined.
POSIX.1-2008 specifies the behavior described in this page. POSIX.1-2008 specifies the behavior described in this page.
.SH NOTES .SH NOTES
In 4.4BSD and Solaris the limit on the pathname length is In 4.4BSD and Solaris, the limit on the pathname length is
.B MAXPATHLEN .B MAXPATHLEN
(found in \fI<sys/param.h>\fP). (found in \fI<sys/param.h>\fP).
SUSv2 prescribes SUSv2 prescribes