summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getsockopt.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-10 19:24:35 +0000
committerru <ru@FreeBSD.org>2003-09-10 19:24:35 +0000
commit1edcd1b018b1c6b16090b99f84f1fa3300795d0b (patch)
treeeef4036b4299212e7d9f218a5394cd119824ab1f /lib/libc/sys/getsockopt.2
parent3cab909501be5c044500f26980d1f9eea870312b (diff)
downloadFreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.zip
FreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.tar.gz
mdoc(7): Properly mark C headers.
Diffstat (limited to 'lib/libc/sys/getsockopt.2')
-rw-r--r--lib/libc/sys/getsockopt.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2
index 3889b26..e5d2faa 100644
--- a/lib/libc/sys/getsockopt.2
+++ b/lib/libc/sys/getsockopt.2
@@ -107,7 +107,7 @@ argument
and any specified options are passed uninterpreted to the appropriate
protocol module for interpretation.
The include file
-.Ao Pa sys/socket.h Ac
+.In sys/socket.h
contains definitions for
socket level options, described below.
Options at other protocol levels vary in format and
@@ -127,7 +127,7 @@ or zero if the option is to be disabled.
uses a
.Vt "struct linger"
argument, defined in
-.Ao Pa sys/socket.h Ac ,
+.In sys/socket.h ,
which specifies the desired state of the option and the
linger interval (see below).
.Dv SO_SNDTIMEO
@@ -136,7 +136,7 @@ and
use a
.Vt "struct timeval"
argument, defined in
-.Ao Pa sys/time.h Ac .
+.In sys/time.h .
.Pp
The following options are recognized at the socket level.
Except as noted, each may be examined with
OpenPOWER on IntegriCloud