diff options
author | uqs <uqs@FreeBSD.org> | 2010-10-08 12:40:16 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-10-08 12:40:16 +0000 |
commit | 8ae3afcfad3d809ecc914f65e53a58e795268f62 (patch) | |
tree | b3bc1578c597e5672077e41ccd208441fd2d7f64 /lib/libc/net | |
parent | f987d108ff49e7a674821ea62a05be912a3e1c04 (diff) | |
download | FreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.zip FreeBSD-src-8ae3afcfad3d809ecc914f65e53a58e795268f62.tar.gz |
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
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 |