diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
commit | aaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch) | |
tree | bc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/sys/acct.2 | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (diff) |
make function names the correct case
Diffstat (limited to 'lib/libc/sys/acct.2')
-rw-r--r-- | lib/libc/sys/acct.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/acct.2 b/lib/libc/sys/acct.2 index 32e5e1b22ab..7d3691cbe31 100644 --- a/lib/libc/sys/acct.2 +++ b/lib/libc/sys/acct.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acct.2,v 1.2 1998/07/06 18:27:04 deraadt Exp $ +.\" $OpenBSD: acct.2,v 1.3 1999/02/27 21:56:06 deraadt Exp $ .\" $NetBSD: acct.2,v 1.6 1995/02/27 12:31:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -82,7 +82,7 @@ space once again becomes available. On error -1 is returned. The file must exist and the call may be exercised only by the super-user. .Sh ERRORS -.Fn Acct +.Fn acct will fail if one of the following is true: .Bl -tag -width Er .It Bq Er EPERM @@ -105,7 +105,7 @@ Too many symbolic links were encountered in translating the pathname. .It Bq Er EROFS The named file resides on a read-only file system. .It Bq Er EFAULT -.Fa File +.Fa file points outside the process's allocated address space. .It Bq Er EIO An I/O error occurred while reading from or writing to the file system. |