Author: bdrewery
Date: Fri Apr  3 17:12:24 2015
New Revision: 281030
URL: https://svnweb.freebsd.org/changeset/base/281030

Log:
  MFC r272291:
  
    Document [EPERM] for UNIX sockets.

Modified:
  stable/10/lib/libc/sys/connect.2
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/connect.2
==============================================================================
--- stable/10/lib/libc/sys/connect.2    Fri Apr  3 16:40:39 2015        
(r281029)
+++ stable/10/lib/libc/sys/connect.2    Fri Apr  3 17:12:24 2015        
(r281030)
@@ -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 ,
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to