diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2015-10-24 10:42:03 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2015-10-24 10:42:03 +0000 |
commit | 2b8eb093e36ca2171e8b05742edfb08ae482af51 (patch) | |
tree | 674ea7de457b5aff0d1e88ad8787bc3290b25ba2 /lib/libc/nls | |
parent | a7985e0768ddee25faadc845769afe4e0b96e89f (diff) |
Unify all the errno names in
- include comment
- libc errlist
- nls C msg
- man page
OK tedu@
Diffstat (limited to 'lib/libc/nls')
-rw-r--r-- | lib/libc/nls/C.msg | 6 |
1 files changed, 3 insertions, 3 deletions
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 |