summaryrefslogtreecommitdiff
path: root/usr/src/man/man3xnet/getpeername.3xnet
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3xnet/getpeername.3xnet')
-rw-r--r--usr/src/man/man3xnet/getpeername.3xnet6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/man/man3xnet/getpeername.3xnet b/usr/src/man/man3xnet/getpeername.3xnet
index ed96bd2bf2..4ed8a0bb75 100644
--- a/usr/src/man/man3xnet/getpeername.3xnet
+++ b/usr/src/man/man3xnet/getpeername.3xnet
@@ -21,7 +21,6 @@ getpeername \- get the name of the peer socket
.fi
.SH DESCRIPTION
-.sp
.LP
The \fBgetpeername()\fR function retrieves the peer address of the specified
socket, stores this address in the \fBsockaddr\fR structure pointed to by the
@@ -37,12 +36,10 @@ If the protocol permits connections by unbound clients, and the peer is not
bound, then the value stored in the object pointed to by \fIaddress\fR is
unspecified.
.SH RETURN VALUES
-.sp
.LP
Upon successful completion, 0 is returned. Otherwise, \(mi1 is returned and
\fBerrno\fR is set to indicate the error.
.SH ERRORS
-.sp
.LP
The \fBgetpeername()\fR function will fail if:
.sp
@@ -123,7 +120,6 @@ complete.
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -141,7 +137,7 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
.LP
+\fBsockaddr\fR(3SOCKET),
\fBaccept\fR(3XNET), \fBbind\fR(3XNET), \fBgetsockname\fR(3XNET),
\fBsocket\fR(3XNET), \fBattributes\fR(5), \fBstandards\fR(5)