C language does not has references, it provides pointers.

Suggested by:	bde
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2010-04-21 19:35:56 +00:00
parent 05e06d1157
commit 431c9bf2d5

View file

@ -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 .