From aaf2d58f0d5749cc06139b7e1db0b22881ba61bd Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 27 Feb 1999 21:57:41 +0000 Subject: make function names the correct case --- lib/libc/sys/utimes.2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/libc/sys/utimes.2') 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. -- cgit v1.2.3