From 431c9bf2d5ca4e10a4b744e51dfe3145f5fe7b6e Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 21 Apr 2010 19:35:56 +0000 Subject: [PATCH] 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(-) diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index aee65f7600f..166bb129c24 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 .