diff options
Diffstat (limited to 'usr/src/man/man3socket/socket.3socket')
-rw-r--r-- | usr/src/man/man3socket/socket.3socket | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/usr/src/man/man3socket/socket.3socket b/usr/src/man/man3socket/socket.3socket index 2b95a480d0..1ceceb1098 100644 --- a/usr/src/man/man3socket/socket.3socket +++ b/usr/src/man/man3socket/socket.3socket @@ -123,7 +123,7 @@ provide nonblocking semantics as described for \fBO_NONBLOCK\fR in \fBopen\fR(2) .sp .LP -There must be an entry in the \fBnetconfig\fR(4) file for at least each +There must be an entry in the \fBnetconfig\fR(5) file for at least each protocol family and type required. If a non-zero protocol has been specified but no exact match for the protocol family, type, and protocol is found, then the first entry containing the specified family and type with a \fIprotocol\fR @@ -298,7 +298,7 @@ One or more of the specified flags is not supported. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -314,12 +314,28 @@ MT-Level Safe .SH SEE ALSO .sp .LP -\fBnca\fR(1), \fBclose\fR(2), \fBfcntl\fR(2), \fBioctl\fR(2), \fBread\fR(2), -\fBwrite\fR(2), \fBaccept\fR(3SOCKET), \fBbind\fR(3SOCKET), \fBexec\fR(2), -\fBconnect\fR(3SOCKET), \fBgetsockname\fR(3SOCKET), \fBgetsockopt\fR(3SOCKET), -\fBin.h\fR(3HEAD), \fBlisten\fR(3SOCKET), \fBrecv\fR(3SOCKET), \fBopen\fR(2), -\fBsetsockopt\fR(3SOCKET), \fBsend\fR(3SOCKET), \fBshutdown\fR(3SOCKET), -\fBsocket.h\fR(3HEAD), \fBsocketpair\fR(3SOCKET), \fBattributes\fR(5) +.BR nca (1), +.BR close (2), +.BR exec (2), +.BR fcntl (2), +.BR ioctl (2), +.BR open (2), +.BR read (2), +.BR write (2), +.BR in.h (3HEAD), +.BR socket.h (3HEAD), +.BR accept (3SOCKET), +.BR bind (3SOCKET), +.BR connect (3SOCKET), +.BR getsockname (3SOCKET), +.BR getsockopt (3SOCKET), +.BR listen (3SOCKET), +.BR recv (3SOCKET), +.BR send (3SOCKET), +.BR setsockopt (3SOCKET), +.BR shutdown (3SOCKET), +.BR socketpair (3SOCKET), +.BR attributes (7) .SH NOTES .sp .LP |