summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_bridge.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-09 16:22:37 +0000
committerru <ru@FreeBSD.org>2001-03-09 16:22:37 +0000
commit5f61f8e47fe91c807dbc013e22e954c3cbc46586 (patch)
treeddfec059fa3ceed9e728d42f645eaee7725f2815 /share/man/man4/ng_bridge.4
parent0d4935c84eec044964c24cc0478433100df12b01 (diff)
downloadFreeBSD-src-5f61f8e47fe91c807dbc013e22e954c3cbc46586.zip
FreeBSD-src-5f61f8e47fe91c807dbc013e22e954c3cbc46586.tar.gz
mdoc(7) police: in mdocNG, -offset and -width values without scaling
indicator are treated as strings, so "-offset 0" will set the offset to the width of the string "0", as opposed to "no offset". TIP: if offset is not needed, the -offset clause may be omitted.
Diffstat (limited to 'share/man/man4/ng_bridge.4')
-rw-r--r--share/man/man4/ng_bridge.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ng_bridge.4 b/share/man/man4/ng_bridge.4
index 898ade6..1944cc9 100644
--- a/share/man/man4/ng_bridge.4
+++ b/share/man/man4/ng_bridge.4
@@ -103,7 +103,7 @@ Set the node configuration.
This command takes a
.Dv "struct ng_bridge_config"
as an argument:
-.Bd -literal -offset 0
+.Bd -literal -offset 0n
/* Node configuration structure */
struct ng_bridge_config {
u_char ipfw[NG_BRIDGE_MAX_LINKS]; /* enable ipfw */
@@ -152,7 +152,7 @@ returns a
.Dv "struct ng_bridge_link_stats"
containing statistics for the corresponding link, which must be
currently connected:
-.Bd -literal -offset 0
+.Bd -literal -offset 0n
/* Statistics structure (one for each link) */
struct ng_bridge_link_stats {
u_int64_t recvOctets; /* total octets rec'd on link */
OpenPOWER on IntegriCloud