1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

Add EPERM to the ERRORS section.

PR:		125746
This commit is contained in:
Tom Rhodes 2008-08-04 22:22:17 +00:00
parent 225f9723dc
commit 20425850a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181312

View File

@ -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 ,