diff options
author | ru <ru@FreeBSD.org> | 2003-09-10 19:24:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-09-10 19:24:35 +0000 |
commit | 1edcd1b018b1c6b16090b99f84f1fa3300795d0b (patch) | |
tree | eef4036b4299212e7d9f218a5394cd119824ab1f /lib/libc/net | |
parent | 3cab909501be5c044500f26980d1f9eea870312b (diff) | |
download | FreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.zip FreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.tar.gz |
mdoc(7): Properly mark C headers.
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/inet6_option_space.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/inet6_rthdr_space.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/resolver.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index 0f1fd41..c050aec 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -71,7 +71,7 @@ ancillary data manipulation. RFC2292 defines a set of functions to help the application. The function prototypes for these functions are all in the -.Aq Li netinet/in.h +.In netinet/in.h header. .\" .Ss inet6_option_space diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3 index 428d96f..055a290 100644 --- a/lib/libc/net/inet6_rthdr_space.3 +++ b/lib/libc/net/inet6_rthdr_space.3 @@ -97,7 +97,7 @@ fetch one flag from a Routing header .El .Pp The function prototypes for these functions are all in the -.Aq Li netinet/in.h +.In netinet/in.h header. .\" .Ss inet6_rthdr_space diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index 4b98ef2..7c5e7bb 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -131,7 +131,7 @@ Options stored in .Va _res.options are defined in -.Pa resolv.h +.In resolv.h and are as follows. Options are stored as a simple bit mask containing the bitwise ``or'' of the options enabled. |