summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-05-05 09:29:34 +0000
committerkib <kib@FreeBSD.org>2010-05-05 09:29:34 +0000
commit4925aa8c65bf2657c27d8d1086b5c67b8637c949 (patch)
tree97333e75fd50784e62ad9d48b3e6919eecb817e8 /lib
parente98824f043c34a0d07458f9d23c7cff972a2905d (diff)
downloadFreeBSD-src-4925aa8c65bf2657c27d8d1086b5c67b8637c949.zip
FreeBSD-src-4925aa8c65bf2657c27d8d1086b5c67b8637c949.tar.gz
MFC r207009:
C language does not has references, it provides pointers.
Diffstat (limited to 'lib')
-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 aee65f7..166bb12 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 .
OpenPOWER on IntegriCloud