summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_one2many.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_one2many.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_one2many.4')
-rw-r--r--share/man/man4/ng_one2many.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ng_one2many.4 b/share/man/man4/ng_one2many.4
index afdca69..b8b3207 100644
--- a/share/man/man4/ng_one2many.4
+++ b/share/man/man4/ng_one2many.4
@@ -114,7 +114,7 @@ following:
Sets the node configuration using a
.Dv "struct ng_one2many_link_config"
as the control message argument:
-.Bd -literal -offset 0
+.Bd -literal -offset 0n
/* Node configuration structure */
struct ng_one2many_config {
u_int32_t xmitAlg; /* how to distribute packets */
@@ -143,7 +143,7 @@ returns a
containing statistics for the corresponding
.Dv many
link, which may or may not be currently connected:
-.Bd -literal -offset 0
+.Bd -literal -offset 0n
/* Statistics structure (one for each link) */
struct ng_one2many_link_stats {
u_int64_t recvOctets; /* total octets rec'd on link */
@@ -177,7 +177,7 @@ corresponding to networking interfaces
.Dv fxp0
through
.Dv fxp3 :
-.Bd -literal -offset 0
+.Bd -literal -offset 0n
# Plumb nodes together
ngctl mkpeer fxp0: one2many upper one
ngctl connect fxp0: fxp0:upper lower many0
OpenPOWER on IntegriCloud