diff options
Diffstat (limited to 'man3/realpath.3')
| -rw-r--r-- | man3/realpath.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/realpath.3 b/man3/realpath.3 index 3c6ff611e0..1f3faa4c65 100644 --- a/man3/realpath.3 +++ b/man3/realpath.3 @@ -100,9 +100,9 @@ On Linux this function appeared in libc 4.5.21. 4.4BSD, POSIX.1-2001. In 4.4BSD and Solaris the limit on the pathname length is MAXPATHLEN -(found in <sys/param.h>). +(found in \fI<sys/param.h>\fP). SUSv2 prescribes PATH_MAX and -NAME_MAX, as found in <limits.h> or provided by the +NAME_MAX, as found in \fI<limits.h>\fP or provided by the .BR pathconf (3) function. A typical source fragment would be @@ -127,8 +127,8 @@ Solaris may return a relative pathname when the argument is relative. The prototype of .BR realpath () -is given in <unistd.h> in libc4 and libc5, -but in <stdlib.h> everywhere else. +is given in \fI<unistd.h>\fP in libc4 and libc5, +but in \fI<stdlib.h>\fP everywhere else. .SH NOTES The glibc implementation of .BR realpath () |
