diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/man/man3socket/socket.3socket | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
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 |