summaryrefslogtreecommitdiff
path: root/usr/src/man/man3lib
diff options
context:
space:
mode:
authorJerry Jelinek <jerry.jelinek@joyent.com>2018-08-07 12:41:06 +0000
committerJerry Jelinek <jerry.jelinek@joyent.com>2018-08-07 12:41:06 +0000
commitf0b3b67f761907245b3481378958b1ad9cd1a130 (patch)
treec10712d820d9fb9d81e98f57109f5fa1103c1f8c /usr/src/man/man3lib
parentd3addfc9b7be14af44b3fc6ffc3941e4ad892356 (diff)
parentcc581a18c90036f3cc09e518f22af9b2f11b2a8d (diff)
downloadillumos-joyent-f0b3b67f761907245b3481378958b1ad9cd1a130.tar.gz
[illumos-gate merge]
commit cc581a18c90036f3cc09e518f22af9b2f11b2a8d 9701 byteorder functions are in libc for a long time commit 8cd3131235b232e4d63be3cf95ce9be87907e74f 9669 Extra zeros sent by sendfile() commit 6f01cc523b60037ee932665003f61f7fc34735e2 9636 loader: colon is not supported in zfs dataset name commit 5203e56b6b338ebe19cb5433c609f9f5eb7d12b7 9063 improve procfs exit handling
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r--usr/src/man/man3lib/libsocket.3lib15
1 files changed, 4 insertions, 11 deletions
diff --git a/usr/src/man/man3lib/libsocket.3lib b/usr/src/man/man3lib/libsocket.3lib
index 58666187e1..7d22c95840 100644
--- a/usr/src/man/man3lib/libsocket.3lib
+++ b/usr/src/man/man3lib/libsocket.3lib
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH LIBSOCKET 3LIB "Nov 2, 2004"
+.TH LIBSOCKET 3LIB "Aug 2, 2018"
.SH NAME
libsocket \- sockets library
.SH SYNOPSIS
@@ -13,12 +13,10 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-lsocket\fR [ \fIlibrary\fR... ]
.fi
.SH DESCRIPTION
-.sp
.LP
Functions in this library provide the socket internetworking interface,
primarily used with the TCP/IP protocol suite.
.SH INTERFACES
-.sp
.LP
The shared object \fBlibsocket.so.1\fR provides the public interfaces defined
below. See \fBIntro\fR(3) for additional information on shared object
@@ -51,14 +49,12 @@ l l .
\fBgetservbyname_r\fR \fBgetservbyport\fR
\fBgetservbyport_r\fR \fBgetservent\fR
\fBgetservent_r\fR \fBgetsockname\fR
-\fBgetsockopt\fR \fBhtonl\fR
-\fBhtons\fR \fBif_freenameindex\fR
+\fBgetsockopt\fR \fBif_freenameindex\fR
\fBif_indextoname\fR \fBif_nameindex\fR
\fBif_nametoindex\fR \fBin6addr_any\fR
\fBin6addr_loopback\fR \fBinet_lnaof\fR
\fBinet_makeaddr\fR \fBinet_network\fR
-\fBlisten\fR \fBntohl\fR
-\fBntohs\fR \fBrcmd\fR
+\fBlisten\fR \fBrcmd\fR
\fBrcmd_af\fR \fBrecv\fR
\fBrecvfrom\fR \fBrecvmsg\fR
\fBrexec\fR \fBrexec_af\fR
@@ -68,11 +64,10 @@ l l .
\fBsetnetent\fR \fBsetprotoent\fR
\fBsetservent\fR \fBsetsockopt\fR
\fBshutdown\fR \fBsocket\fR
-\fBsocketpair\fR
+\fBsocketpair\fR
.TE
.SH FILES
-.sp
.ne 2
.na
\fB\fB/lib/libsocket.so.1\fR\fR
@@ -91,7 +86,6 @@ shared object
.RE
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -107,7 +101,6 @@ MT-Level See the manual page for each interface.
.TE
.SH SEE ALSO
-.sp
.LP
\fBpvs\fR(1), \fBIntro\fR(2), \fBIntro\fR(3), \fBsocket.h\fR(3HEAD),
\fBattributes\fR(5)