summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-05-05 09:29:34 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-05-05 09:29:34 +0000
commit5e7622a371d245c12a61ca1688f013b38ea05c2c (patch)
tree97333e75fd50784e62ad9d48b3e6919eecb817e8 /lib/libc/stdlib
parent5d86e524cff3292f45525deb39eab257476fc5ba (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/realpath.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3
index aee65f7600f8..166bb129c24c 100644
--- a/lib/libc/stdlib/realpath.3
+++ b/lib/libc/stdlib/realpath.3
@@ -56,13 +56,13 @@ and
in
.Fa pathname ,
and copies the resulting absolute pathname into
-the memory referenced by
+the memory pointed to by
.Fa resolved_path .
The
.Fa resolved_path
argument
.Em must
-refer to a buffer capable of storing at least
+point to a buffer capable of storing at least
.Dv PATH_MAX
characters, or be
.Dv NULL .