summaryrefslogtreecommitdiff
path: root/usr/src/man/man3head
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3head')
-rw-r--r--usr/src/man/man3head/in.h.3head9
-rw-r--r--usr/src/man/man3head/socket.h.3head6
-rw-r--r--usr/src/man/man3head/un.h.3head6
3 files changed, 5 insertions, 16 deletions
diff --git a/usr/src/man/man3head/in.h.3head b/usr/src/man/man3head/in.h.3head
index 0e1a80010e..add74591c5 100644
--- a/usr/src/man/man3head/in.h.3head
+++ b/usr/src/man/man3head/in.h.3head
@@ -17,7 +17,6 @@ in.h, in \- Internet Protocol family
.fi
.SH DESCRIPTION
-.sp
.LP
The <\fBnetinet/in.h\fR> header defines the following types through
\fBtypedef\fR:
@@ -121,7 +120,6 @@ The <\fBnetinet/in.h\fR> header defines the \fBsockaddr_in\fR structure that is
used to store addresses for the Internet protocol family. Values of this type
must be cast to \fBstruct sockaddr\fR for use with the socket interfaces.
.SS "Default"
-.sp
.LP
For applications that do not require standard-conforming behavior (those that
use the socket interfaces described in section (3SOCKET) of the reference
@@ -139,7 +137,6 @@ char sin_zero[8]
.in -2
.SS "Standard conforming"
-.sp
.LP
For applications that require standard-conforming behavior (those that use the
socket interfaces described in section (3XNET) of the reference manual; see
@@ -156,7 +153,6 @@ unsigned char sin_zero[8]
.in -2
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -172,10 +168,9 @@ Interface Stability Standard
.TE
.SH SEE ALSO
-.sp
.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), \fBsocket.h\fR(3HEAD),
-\fBattributes\fR(5), \fBstandards\fR(5)
+\fBsetsockopt\fR(3SOCKET), \fBsetsockopt\fR(3XNET), \fBsockaddr\fR(3SOCKET),
+\fBsocket.h\fR(3HEAD), \fBattributes\fR(5), \fBstandards\fR(5)
diff --git a/usr/src/man/man3head/socket.h.3head b/usr/src/man/man3head/socket.h.3head
index ecd516e1b2..781dcf14f1 100644
--- a/usr/src/man/man3head/socket.h.3head
+++ b/usr/src/man/man3head/socket.h.3head
@@ -19,7 +19,6 @@ socket.h, socket \- Internet Protocol family
.fi
.SH DESCRIPTION
-.sp
.LP
The \fB<sys/socket.h>\fR header defines the unsigned integral type
\fBsa_family_t\fR through \fBtypedef\fR.
@@ -37,7 +36,6 @@ char sa_data[] /* socket address (variable-length
.in -2
.SS "\fBlibxnet\fR Interfaces"
-.sp
.LP
The \fB<sys/socket.h>\fR header defines the \fBmsghdr\fR structure for
\fBlibxnet\fR interfaces that includes the following members:
@@ -689,7 +687,6 @@ Disables further send and receive operations.
.RE
.SS "\fBlibsocket\fR Interfaces"
-.sp
.LP
The \fB<sys/socket.h>\fR header defines the \fBmsghdr\fR structure for
\fBlibsocket\fR interfaces that includes the following members:
@@ -714,7 +711,6 @@ in \fBread\fR(2). The \fImsg_accrights\fR parameter specifies the buffer in
which access rights sent along with the message are received. The
\fImsg_accrightslen\fR specifies the length of the buffer.
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -730,7 +726,6 @@ Interface Stability Standard
.TE
.SH SEE ALSO
-.sp
.LP
\fBaccept\fR(3SOCKET), \fBaccept\fR(3XNET), \fBbind\fR(3SOCKET),
\fBbind\fR(3XNET), \fBconnect\fR(3SOCKET), \fBconnect\fR(3XNET),
@@ -743,6 +738,7 @@ Interface Stability Standard
\fBsend\fR(3XNET), \fBsendmsg\fR(3SOCKET), \fBsendmsg\fR(3XNET),
\fBsendto\fR(3SOCKET), \fBsendto\fR(3XNET), \fBsetsockopt\fR(3SOCKET),
\fBsetsockopt\fR(3XNET), \fBshutdown\fR(3SOCKET), \fBshutdown\fR(3XNET),
+\fBsockaddr\fR(3SOCKET),
\fBsocket\fR(3SOCKET), \fBsocket\fR(3XNET), \fBsocketpair\fR(3SOCKET),
\fBsocketpair\fR(3XNET), \fBucred_get\fR(3C), \fBattributes\fR(5),
\fBstandards\fR(5)
diff --git a/usr/src/man/man3head/un.h.3head b/usr/src/man/man3head/un.h.3head
index 155a845b6a..6af9dd8dda 100644
--- a/usr/src/man/man3head/un.h.3head
+++ b/usr/src/man/man3head/un.h.3head
@@ -17,7 +17,6 @@ un.h, un \- definitions for UNIX-domain sockets
.fi
.SH DESCRIPTION
-.sp
.LP
The <\fBsys/un.h\fR> header defines the \fBsockaddr_un\fR structure that
includes the following members:
@@ -39,7 +38,6 @@ the socket interfaces.
The <\fBsys/un.h\fR> header defines the type \fBsa_family_t\fR as described in
\fBsocket.h\fR(3HEAD).
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -55,8 +53,8 @@ Interface Stability Standard
.TE
.SH SEE ALSO
-.sp
.LP
\fBbind\fR(3SOCKET), \fBbind\fR(3XNET), \fBsocket.h\fR(3HEAD),
\fBsocket\fR(3SOCKET), \fBsocket\fR(3XNET), \fBsocketpair\fR(3SOCKET),
-\fBsocketpair\fR(3XNET), \fBattributes\fR(5), \fBstandards\fR(5)
+\fBsocketpair\fR(3XNET), \fBsockaddr\fR(3SOCKET), \fBattributes\fR(5),
+\fBstandards\fR(5)