macro and text revision (-mdoc version 3)
[unix-history] / usr / src / lib / libc / gen / utime.3
index a56001c..249bc29 100644 (file)
@@ -1,40 +1,40 @@
-.\" Copyright (c) 1980 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1980, 1991 Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\"
-.\"    @(#)utime.3     6.2 (Berkeley) %G%
+.\" %sccs.include.redist.man%
 .\"
 .\"
-.TH UTIME 3C ""
-.UC 4
-.SH NAME
-utime \- set file times
-.SH SYNOPSIS
-.nf
-.B #include <sys/types.h>
-.PP
-.B utime(file, timep)
-.B char *file;
-.B time_t timep[2];
-.fi
-.SH DESCRIPTION
-.ft B
-This interface is obsoleted by utimes(2).
-.br
+.\"     @(#)utime.3    6.3 (Berkeley) %G%
+.\"
+.Dd 
+.Dt UTIME 3
+.Os BSD 4
+.Sh NAME
+.Nm utime
+.Nd set file times
+.Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Ft int
+.Fn utime "const char *file" "const struct utimbuf *timep"
+.Sh DESCRIPTION
+.Bf -symbolic
+This interface is obsoleted by utimes(2) .
 It is available from the compatibility library, libcompat.
 It is available from the compatibility library, libcompat.
-.ft R
-.PP
+.Ef
+.Pp
+.Sh DESCRIPTION
 The
 The
-.I utime
-call
-uses the
-`accessed' and `updated' times in that order
-from the
-.I timep
-vector
-to set the corresponding recorded times for
-.IR file .
-.PP
-The caller must be the owner of the file or the super-user.
-The `inode-changed' time of the file is set to the current time.
-.SH SEE ALSO
-utimes(2), stat(2)
+.Fn utime
+function sets the access and modification times of the named file from
+the structures in the argument array
+.Fa timep .
+.Pp
+The calling process's effective user ID must match the owner of the
+file or must be the super-user.
+.Sh SEE ALSO
+.Xr utimes 2 ,
+.Xr stat 2
+.Sh HISTORY
+A
+.Fn utime
+function appeared in 
+.At v7 .