From 4f7a011af7b4ae80815ed0541dd1e8a220b86836 Mon Sep 17 00:00:00 2001 From: trhodes Date: Mon, 4 Aug 2008 22:22:17 +0000 Subject: Add EPERM to the ERRORS section. PR: 125746 --- lib/libc/sys/socket.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/sys/socket.2') 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 , -- cgit v1.1