summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_one2many.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-06-16 08:33:57 +0000
committerru <ru@FreeBSD.org>2004-06-16 08:33:57 +0000
commitaa52a5a900bdec01cd64392151f45ae2b913614b (patch)
tree45340076f670c5a33c9f8979cfb69f5797c2be57 /share/man/man4/ng_one2many.4
parent075deb0c4c016fbd1931955599b44e3592fa397c (diff)
downloadFreeBSD-src-aa52a5a900bdec01cd64392151f45ae2b913614b.zip
FreeBSD-src-aa52a5a900bdec01cd64392151f45ae2b913614b.tar.gz
Assorted markup, spelling, and grammar fixes.
Diffstat (limited to 'share/man/man4/ng_one2many.4')
-rw-r--r--share/man/man4/ng_one2many.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/ng_one2many.4 b/share/man/man4/ng_one2many.4
index b340441..2bdcd56 100644
--- a/share/man/man4/ng_one2many.4
+++ b/share/man/man4/ng_one2many.4
@@ -76,12 +76,12 @@ Before an interface or link can be plumbed into a group, its status
must be marked as being
.Dq up .
This is normally setup during the initial boot stages by
-.Xr rc.conf 5 .
-It is also possible to change an interfaces status to
-.Dq up
+.Xr rc.conf 5 .
+It is also possible to change an interface's status to
+.Dq up
by using the
.Xr ifconfig 8
-utility.
+utility.
.Sh TRANSMIT ALGORITHMS
.Bl -tag -width foo
.It NG_ONE2MANY_XMIT_ROUNDROBIN
@@ -125,7 +125,7 @@ following:
Sets the node configuration using a
.Dv "struct ng_one2many_link_config"
as the control message argument:
-.Bd -literal -offset 0n
+.Bd -literal
/* Node configuration structure */
struct ng_one2many_config {
u_int32_t xmitAlg; /* how to distribute packets */
@@ -155,7 +155,7 @@ returns a
containing statistics for the corresponding
.Dv many
link, which may or may not be currently connected:
-.Bd -literal -offset 0n
+.Bd -literal
/* Statistics structure (one for each link) */
struct ng_one2many_link_stats {
u_int64_t recvOctets; /* total octets rec'd on link */
@@ -189,7 +189,7 @@ corresponding to networking interfaces
.Dv fxp0
through
.Dv fxp3 :
-.Bd -literal -offset 0n
+.Bd -literal
# Plumb nodes together
ngctl mkpeer fxp0: one2many upper one
OpenPOWER on IntegriCloud