summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2009-09-06 07:22:09 +0000
committerpjd <pjd@FreeBSD.org>2009-09-06 07:22:09 +0000
commite62171fc99c1976e8a3aa0995171599d078828d4 (patch)
treeba86616559d6d6e4dbe2c941bb6f530bfe85f5e0 /lib
parente816f7728692ffef935f5e4d4d39094d08950f18 (diff)
downloadFreeBSD-src-e62171fc99c1976e8a3aa0995171599d078828d4.zip
FreeBSD-src-e62171fc99c1976e8a3aa0995171599d078828d4.tar.gz
Synchornize description in manual page with strerror() output.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/intro.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 7338f8b..1c01c39 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -302,7 +302,7 @@ Internet protocols.
.It Er 48 EADDRINUSE Em "Address already in use" .
Only one usage of each address is normally permitted.
.Pp
-.It Er 49 EADDRNOTAVAIL Em "Cannot assign requested address" .
+.It Er 49 EADDRNOTAVAIL Em "Can't assign requested address" .
Normally results from an attempt to create a socket with an
address not on this machine.
.It Er 50 ENETDOWN Em "Network is down" .
@@ -335,7 +335,7 @@ when already connected.
An request to send or receive data was disallowed because
the socket was not connected and (when sending on a datagram socket)
no address was supplied.
-.It Er 58 ESHUTDOWN Em "Cannot send after socket shutdown" .
+.It Er 58 ESHUTDOWN Em "Can't send after socket shutdown" .
A request to send data was disallowed because the socket
had already been shut down with a previous
.Xr shutdown 2
OpenPOWER on IntegriCloud