diff options
author | 2015-10-24 10:42:02 +0000 | |
---|---|---|
committer | 2015-10-24 10:42:02 +0000 | |
commit | b6f008050ecaa9303a5e98b0bc09ff7f9b37c078 (patch) | |
tree | 25074ffd82787fbd0ca33c726125426692625bbd /lib/libc/sys/intro.2 | |
parent | remove a paste error and get section numbers right for sysctl(3); (diff) | |
download | wireguard-openbsd-b6f008050ecaa9303a5e98b0bc09ff7f9b37c078.tar.xz wireguard-openbsd-b6f008050ecaa9303a5e98b0bc09ff7f9b37c078.zip |
Unify all the errno names in
- include comment
- libc errlist
- nls C msg
- man page
OK tedu@
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r-- | lib/libc/sys/intro.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index f6a9b166132..11b83e459ae 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.59 2015/07/28 22:48:31 deraadt Exp $ +.\" $OpenBSD: intro.2,v 1.60 2015/10/24 10:42:02 bluhm Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.2 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: July 28 2015 $ +.Dd $Mdocdate: October 24 2015 $ .Dt INTRO 2 .Os .Sh NAME @@ -349,7 +349,7 @@ was supplied to a remove directory or rename call. .It Er 67 EPROCLIM Em "Too many processes" . .It Er 68 EUSERS Em "Too many users" . The quota system ran out of table entries. -.It Er 69 EDQUOT Em "Disc quota exceeded" . +.It Er 69 EDQUOT Em "Disk quota exceeded" . A .Xr write 2 to an ordinary file, the creation of a directory or symbolic link, @@ -369,7 +369,7 @@ information was unsuccessful. The version of .Xr rpc 3 on the remote peer is not compatible with the local version. -.It Er 74 EPROGUNAVAIL Em "RPC prog. not avail" . +.It Er 74 EPROGUNAVAIL Em "RPC program not available" . The requested .Xr rpc 3 program is not registered on the remote host. |