diff options
| author | Johan Karlsson <johan@FreeBSD.org> | 2003-01-15 21:22:55 +0000 |
|---|---|---|
| committer | Johan Karlsson <johan@FreeBSD.org> | 2003-01-15 21:22:55 +0000 |
| commit | de216a83c249f840ed7ab77170e2f235aed2d937 (patch) | |
| tree | d6bcf799cebe1ae46ef4875e0809bb5299e8bfd3 /lib/libc/stdlib/realpath.3 | |
| parent | 9bc01124e71ca3432979a6e4d508186d7cb2d602 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/realpath.3')
| -rw-r--r-- | lib/libc/stdlib/realpath.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 2351c8fd76d42..2f84d1d34135e 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -47,7 +47,7 @@ .In sys/param.h .In stdlib.h .Ft "char *" -.Fn realpath "const char *pathname" "char resolved_path[MAXPATHLEN]" +.Fn realpath "const char *pathname" "char resolved_path[PATH_MAX]" .Sh DESCRIPTION The .Fn realpath @@ -67,7 +67,7 @@ The argument .Em must refer to a buffer capable of storing at least -.Dv MAXPATHLEN +.Dv PATH_MAX characters. .Pp The |
