diff options
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/getnetent.3 | 1 | ||||
-rw-r--r-- | lib/libc/net/getprotoent.3 | 1 | ||||
-rw-r--r-- | lib/libc/net/nsdispatch.3 | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/net/getnetent.3 b/lib/libc/net/getnetent.3 index f408f76..2e9cd33 100644 --- a/lib/libc/net/getnetent.3 +++ b/lib/libc/net/getnetent.3 @@ -72,7 +72,6 @@ system. The order of the lookups is controlled by the `networks' entry in .Xr nsswitch.conf 5 . -.Pp .Bd -literal -offset indent struct netent { char *n_name; /* official name of net */ diff --git a/lib/libc/net/getprotoent.3 b/lib/libc/net/getprotoent.3 index b3ded5d..9f9e00d 100644 --- a/lib/libc/net/getprotoent.3 +++ b/lib/libc/net/getprotoent.3 @@ -64,7 +64,6 @@ following structure containing the broken-out fields of a line in the network protocol data base, .Pa /etc/protocols . -.Pp .Bd -literal -offset indent struct protoent { char *p_name; /* official name of protocol */ diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3 index 8ae7540..d1d8d5a 100644 --- a/lib/libc/net/nsdispatch.3 +++ b/lib/libc/net/nsdispatch.3 @@ -85,7 +85,6 @@ typedef struct _ns_dtab { void *mdata; } ns_dtab; .Ed -.Pp .Bd -ragged -offset indent The .Fa dtab @@ -133,7 +132,6 @@ typedef struct _ns_src { u_int32_t flags; } ns_src; .Ed -.Pp .Bd -ragged -offset indent The .Fa defaults |