summaryrefslogtreecommitdiff
path: root/lib/libc/gen/utime.3
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-27 21:57:41 +0000
commitaaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch)
treebc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/gen/utime.3
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/gen/utime.3')
-rw-r--r--lib/libc/gen/utime.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3
index c448b9b3d93..b6ee28b5e87 100644
--- a/lib/libc/gen/utime.3
+++ b/lib/libc/gen/utime.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: utime.3,v 1.4 1998/04/28 07:36:41 deraadt Exp $
+.\" $OpenBSD: utime.3,v 1.5 1999/02/27 21:55:22 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -88,7 +88,7 @@ Otherwise, a value of -1 is returned and
.Va errno
is set to indicate the error.
.Sh ERRORS
-.Fn Utime
+.Fn utime
will fail if:
.Bl -tag -width Er
.It Bq Er EACCES
@@ -101,7 +101,7 @@ and the effective user ID of the process does not
match the owner of the file, and is not the super-user, and write
access is denied.
.It Bq Er EFAULT
-.Xr File
+.Ar file
or
.Fa times
points outside the process's allocated address space.