From: Keith Bostic Date: Mon, 8 Mar 1993 04:35:10 +0000 (-0800) Subject: add errors, standards section X-Git-Tag: BSD-4_4-Snapshot-Development~2747 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/21847623fee7abdfad55877085d9215a2f18244a?hp=b508e1fc9e4da6f15633650cfbfa8a392efc43c0 add errors, standards section SCCS-vsn: lib/libc/gen/utime.3 6.7 --- diff --git a/usr/src/lib/libc/gen/utime.3 b/usr/src/lib/libc/gen/utime.3 index d74da9ba35..b6a62d2622 100644 --- a/usr/src/lib/libc/gen/utime.3 +++ b/usr/src/lib/libc/gen/utime.3 @@ -3,7 +3,7 @@ .\" .\" %sccs.include.redist.man% .\" -.\" @(#)utime.3 6.6 (Berkeley) %G% +.\" @(#)utime.3 6.7 (Berkeley) %G% .\" .Dd .Dt UTIME 3 @@ -39,6 +39,13 @@ argument is .Dv NULL ) the caller must be the owner of the file, have permission to write the file, or be the super-user. +.Sh ERRORS +The +.Fn utime +function may fail and set +.Va errno +for any of the errors specified for the library function +.Xr utimes 2 . .Sh SEE ALSO .Xr utimes 2 , .Xr stat 2 @@ -47,3 +54,8 @@ A .Fn utime function appeared in .At v7 . +Sh STANDARDS +The +.Nm utime +function conforms to +.St -p1003.1 .