[BACK]Return to utime.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/utime.3 between version 1.14 and 1.14.12.4

version 1.14, 1999/03/22 19:44:48 version 1.14.12.4, 2002/10/18 02:16:10
Line 42 
Line 42 
 .Sh LIBRARY  .Sh LIBRARY
 .Lb libc  .Lb libc
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Fd #include <sys/types.h>  .Fd #include \*[Lt]utime.h\*[Gt]
 .Fd #include <utime.h>  
 .Ft int  .Ft int
 .Fn utime "const char *file" "const struct utimbuf *timep"  .Fn utime "const char *file" "const struct utimbuf *timep"
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 88  In either case, the inode-change-time of
Line 87  In either case, the inode-change-time of
 time.  time.
 .Sh RETURN VALUES  .Sh RETURN VALUES
 Upon successful completion, a value of 0 is returned.  Upon successful completion, a value of 0 is returned.
 Otherwise, a value of -1 is returned and  Otherwise, a value of \-1 is returned and
 .Va errno  .Va errno
 is set to indicate the error.  is set to indicate the error.
 .Sh ERRORS  .Sh ERRORS

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.12.4

CVSweb <webmaster@jp.NetBSD.org>