summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2015-10-24 10:42:02 +0000
committerbluhm <bluhm@openbsd.org>2015-10-24 10:42:02 +0000
commitb6f008050ecaa9303a5e98b0bc09ff7f9b37c078 (patch)
tree25074ffd82787fbd0ca33c726125426692625bbd /lib/libc
parentremove a paste error and get section numbers right for sysctl(3); (diff)
downloadwireguard-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')
-rw-r--r--lib/libc/gen/errlist.c4
-rw-r--r--lib/libc/nls/C.msg6
-rw-r--r--lib/libc/sys/intro.28
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/gen/errlist.c b/lib/libc/gen/errlist.c
index 8f142d8e541..c7afd9c26b4 100644
--- a/lib/libc/gen/errlist.c
+++ b/lib/libc/gen/errlist.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: errlist.c,v 1.17 2015/09/19 04:02:21 guenther Exp $ */
+/* $OpenBSD: errlist.c,v 1.18 2015/10/24 10:42:02 bluhm Exp $ */
/*
* Copyright (c) 1982, 1985, 1993
* The Regents of the University of California. All rights reserved.
@@ -122,7 +122,7 @@ const char *const sys_errlist[] = {
"Too many levels of remote in path", /* 71 - EREMOTE */
"RPC struct is bad", /* 72 - EBADRPC */
"RPC version wrong", /* 73 - ERPCMISMATCH */
- "RPC prog. not avail", /* 74 - EPROGUNAVAIL */
+ "RPC program not available", /* 74 - EPROGUNAVAIL */
"Program version wrong", /* 75 - EPROGMISMATCH */
"Bad procedure for program", /* 76 - EPROCUNAVAIL */
diff --git a/lib/libc/nls/C.msg b/lib/libc/nls/C.msg
index 621e569c915..f740c360615 100644
--- a/lib/libc/nls/C.msg
+++ b/lib/libc/nls/C.msg
@@ -118,7 +118,7 @@ $ ESHUTDOWN
$ ETOOMANYREFS
59 Too many references: can't splice
$ ETIMEDOUT
-60 Connection timed out
+60 Operation timed out
$ ECONNREFUSED
61 Connection refused
$ ELOOP
@@ -136,7 +136,7 @@ $ EPROCLIM
$ EUSERS
68 Too many users
$ EDQUOT
-69 Disc quota exceeded
+69 Disk quota exceeded
$ ESTALE
70 Stale NFS file handle
$ EREMOTE
@@ -146,7 +146,7 @@ $ EBADRPC
$ ERPCMISMATCH
73 RPC version wrong
$ EPROGUNAVAIL
-74 RPC prog. not avail
+74 RPC program not available
$ EPROGMISMATCH
75 Program version wrong
$ EPROCUNAVAIL
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.