summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/socket.2
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2008-08-04 22:22:17 +0000
committertrhodes <trhodes@FreeBSD.org>2008-08-04 22:22:17 +0000
commit4f7a011af7b4ae80815ed0541dd1e8a220b86836 (patch)
tree33443e3a5da48628bca5da9505c0e7b65ca37afc /lib/libc/sys/socket.2
parent86456c4430d5918f4b6cc1b5e3e7c9bf70f74bd1 (diff)
downloadFreeBSD-src-4f7a011af7b4ae80815ed0541dd1e8a220b86836.zip
FreeBSD-src-4f7a011af7b4ae80815ed0541dd1e8a220b86836.tar.gz
Add EPERM to the ERRORS section.
PR: 125746
Diffstat (limited to 'lib/libc/sys/socket.2')
-rw-r--r--lib/libc/sys/socket.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index c0028fa..ce4c1fb 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -28,7 +28,7 @@
.\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd November 24, 1997
+.Dd August 4, 2008
.Dt SOCKET 2
.Os
.Sh NAME
@@ -256,6 +256,8 @@ is denied.
.It Bq Er ENOBUFS
Insufficient buffer space is available.
The socket cannot be created until sufficient resources are freed.
+.It Bq Er EPERM
+User has insufficient privileges to carry out the requested operation.
.El
.Sh SEE ALSO
.Xr accept 2 ,
OpenPOWER on IntegriCloud