diff options
Diffstat (limited to 'usr/src/man/man3head/in.h.3head')
| -rw-r--r-- | usr/src/man/man3head/in.h.3head | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/usr/src/man/man3head/in.h.3head b/usr/src/man/man3head/in.h.3head index 691a791d2e..d341a81f84 100644 --- a/usr/src/man/man3head/in.h.3head +++ b/usr/src/man/man3head/in.h.3head @@ -159,7 +159,7 @@ must be cast to \fBstruct sockaddr\fR for use with the socket interfaces. .LP For applications that do not require standard-conforming behavior (those that use the socket interfaces described in section (3SOCKET) of the reference -manual; see \fBIntro\fR(3) and \fBstandards\fR(5)), the <\fBnetinet/in.h\fR> +manual; see \fBIntro\fR(3) and \fBstandards\fR(7)), the <\fBnetinet/in.h\fR> header defines the \fBsockaddr_in\fR structure that includes the following members: .sp @@ -176,7 +176,7 @@ char sin_zero[8] .LP For applications that require standard-conforming behavior (those that use the socket interfaces described in section (3XNET) of the reference manual; see -\fBIntro\fR(3) and \fBstandards\fR(5)), the <\fBnetinet/in.h\fR> header defines +\fBIntro\fR(3) and \fBstandards\fR(7)), the <\fBnetinet/in.h\fR> header defines the \fBsockaddr_in\fR structure that includes the following members: .sp .in +2 @@ -190,7 +190,7 @@ unsigned char sin_zero[8] .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -205,8 +205,18 @@ Interface Stability Standard .SH SEE ALSO .LP -\fBIntro\fR(3), \fBconnect\fR(3SOCKET), \fBconnect\fR(3XNET), -\fBgetsockopt\fR(3SOCKET), \fBgetsockopt\fR(3XNET), \fBsendmsg\fR(3SOCKET), -\fBsendmsg\fR(3XNET), \fBsendto\fR(3SOCKET), \fBsendto\fR(3XNET), -\fBsetsockopt\fR(3SOCKET), \fBsetsockopt\fR(3XNET), \fBsockaddr\fR(3SOCKET), -\fBsocket.h\fR(3HEAD), \fBattributes\fR(5), \fBstandards\fR(5) +.BR Intro (3), +.BR socket.h (3HEAD), +.BR connect (3SOCKET), +.BR getsockopt (3SOCKET), +.BR sendmsg (3SOCKET), +.BR sendto (3SOCKET), +.BR setsockopt (3SOCKET), +.BR sockaddr (3SOCKET), +.BR connect (3XNET), +.BR getsockopt (3XNET), +.BR sendmsg (3XNET), +.BR sendto (3XNET), +.BR setsockopt (3XNET), +.BR attributes (7), +.BR standards (7) |
