diff options
author | ru <ru@FreeBSD.org> | 2001-10-01 13:28:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-10-01 13:28:16 +0000 |
commit | 6654aa4a5891aeee2cf13ecb0f76e6b117f90e54 (patch) | |
tree | 2522190437a91f60602f75b8ceb5f23cf5e2cdfc /share | |
parent | 17cf5e5e5b72779f1f2cd7081395ecb2cf8b73bc (diff) | |
download | FreeBSD-src-6654aa4a5891aeee2cf13ecb0f76e6b117f90e54.zip FreeBSD-src-6654aa4a5891aeee2cf13ecb0f76e6b117f90e54.tar.gz |
mdoc(7) police: removed gratuitous .Pp calls.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/ifnet.9 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index dd3c644..8266662 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -218,7 +218,6 @@ macros will be supported in future implementations. The fields of .Li "struct ifnet" are as follows: -.Pp .Bl -tag -width "if_capabilities" -offset indent .It Li "if_softc" .Pq Li "void *" @@ -453,7 +452,6 @@ or may not support. These capabilities are very hardware-specific and allow, when enabled, to offload specific network processing to the interface. -.Pp .Bl -tag -width "IFCAP_NETCONS" -offset indent .It Dv IFCAP_NETCONS This interface can be a network console. |