svn commit: r272291 - head/lib/libc/sys
Bryan Drewery
bdrewery at FreeBSD.org
Tue Sep 30 00:06:54 UTC 2014
Author: bdrewery
Date: Tue Sep 30 00:06:53 2014
New Revision: 272291
URL: http://svnweb.freebsd.org/changeset/base/272291
Log:
Document [EPERM] for UNIX sockets.
MFC after: 2 weeks
Modified:
head/lib/libc/sys/connect.2
Modified: head/lib/libc/sys/connect.2
==============================================================================
--- head/lib/libc/sys/connect.2 Mon Sep 29 23:59:19 2014 (r272290)
+++ head/lib/libc/sys/connect.2 Tue Sep 30 00:06:53 2014 (r272291)
@@ -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 compon
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 ,
More information about the svn-src-head
mailing list