From e9212a9793a956748338e5dabdb09de19f5e87d5 Mon Sep 17 00:00:00 2001 From: kib Date: Wed, 21 Apr 2010 19:35:56 +0000 Subject: C language does not has references, it provides pointers. Suggested by: bde MFC after: 2 weeks --- lib/libc/stdlib/realpath.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib') 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 . -- cgit v1.1