[BACK]Return to getcwd.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/getcwd.3 between version 1.11.12.3 and 1.12

version 1.11.12.3, 2002/03/22 20:42:07 version 1.12, 2001/09/16 02:30:23
Line 43 
Line 43 
 .Sh LIBRARY  .Sh LIBRARY
 .Lb libc  .Lb libc
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Fd #include \*[Lt]unistd.h\*[Gt]  .Fd #include <unistd.h>
 .Ft char *  .Ft char *
 .Fn getcwd "char *buf" "size_t size"  .Fn getcwd "char *buf" "size_t size"
 .Ft char *  .Ft char *
Line 67  is
Line 67  is
 .Dv NULL ,  .Dv NULL ,
 space is allocated as necessary to store the pathname.  space is allocated as necessary to store the pathname.
 This space may later be  This space may later be
 .Xr free 3 Ns 'd .  .Xr free 3 Ns 'd.
 .Pp  .Pp
 The function  The function
 .Fn getwd  .Fn getwd

Legend:
Removed from v.1.11.12.3  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>