summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-04-03 17:12:24 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-04-03 17:12:24 +0000
commitf04ea508f5b9a4d5bc2b70c95b590e1f1ac974ee (patch)
treeab5b8b8b1b9883cf660fb5e81a6b7e1c7bc04f0d /lib
parentbc3dc06c149d92e135f981f9b8678f1c655fc2b7 (diff)
downloadFreeBSD-src-f04ea508f5b9a4d5bc2b70c95b590e1f1ac974ee.zip
FreeBSD-src-f04ea508f5b9a4d5bc2b70c95b590e1f1ac974ee.tar.gz
MFC r272291:
Document [EPERM] for UNIX sockets.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/connect.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2
index 8ed3f12..e3e5783 100644
--- a/lib/libc/sys/connect.2
+++ b/lib/libc/sys/connect.2
@@ -28,7 +28,7 @@
.\" @(#)connect.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 26, 2014
+.Dd September 29, 2014
.Dt CONNECT 2
.Os
.Sh NAME
@@ -160,6 +160,8 @@ Search permission is denied for a component of the path prefix.
Write access to the named socket is denied.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
+.It Bq Er EPERM
+Write access to the named socket is denied.
.El
.Sh SEE ALSO
.Xr accept 2 ,
OpenPOWER on IntegriCloud