summaryrefslogtreecommitdiff
path: root/lib/libc/sys/utimes.2
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/sys/utimes.2
parent584fd0812f68bd000624885be123bf263ed152ff (diff)
make function names the correct case
Diffstat (limited to 'lib/libc/sys/utimes.2')
-rw-r--r--lib/libc/sys/utimes.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2
index 7d7df5036c9..49aba659b03 100644
--- a/lib/libc/sys/utimes.2
+++ b/lib/libc/sys/utimes.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: utimes.2,v 1.3 1997/06/13 10:08:37 deraadt Exp $
+.\" $OpenBSD: utimes.2,v 1.4 1999/02/27 21:56:59 deraadt Exp $
.\" $NetBSD: utimes.2,v 1.9 1996/04/23 10:34:16 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -79,7 +79,7 @@ Otherwise, a value of -1 is returned and
.Va errno
is set to indicate the error.
.Sh ERRORS
-.Fn Utimes
+.Fn utimes
will fail if:
.Bl -tag -width Er
.It Bq Er EACCES
@@ -120,11 +120,11 @@ does not match the owner of the file and is not the super-user.
.It Bq Er EROFS
The file system containing the file is mounted read-only.
.El
-.Fn Futimes
+.Fn futimes
will fail if:
.Bl -tag -width Er
.It Bq Er EBADF
-.Fa Fd
+.Fa fd
does not refer to a valid descriptor.
.It Bq Er EACCES
The
@@ -135,7 +135,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
-.Fa Times
+.Fa times
points outside the process's allocated address space.
.It Bq Er EIO
An I/O error occurred while reading or writing the affected inode.