summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2006-03-05 15:56:22 +0000
committerkeramida <keramida@FreeBSD.org>2006-03-05 15:56:22 +0000
commit0709bcadf8fc3a7126e79194b9274c3ee9a0555d (patch)
treea036dcbec23ff4e2285db3c87f1e56e7e9b1df08 /share
parenta9ea2a9a097f07173b47dd0bdcc0e6b06c975001 (diff)
downloadFreeBSD-src-0709bcadf8fc3a7126e79194b9274c3ee9a0555d.zip
FreeBSD-src-0709bcadf8fc3a7126e79194b9274c3ee9a0555d.tar.gz
Grammar nits & some mdoc fixes, i.e. use ``.Nm fec<RET>node'' consistently
throughout the manpage text. Reviewed by: wpaul
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ng_fec.430
1 files changed, 18 insertions, 12 deletions
diff --git a/share/man/man4/ng_fec.4 b/share/man/man4/ng_fec.4
index 6ec9345..3629088 100644
--- a/share/man/man4/ng_fec.4
+++ b/share/man/man4/ng_fec.4
@@ -35,47 +35,53 @@
.Sh DESCRIPTION
The
.Nm fec
-node implements Ethernet port trunking using Cisco Fast EtherChannel protocol.
-Upon creation, node creates a network interface associated with it.
+node implements Ethernet port trunking using the
+.Dq Cisco Fast EtherChannel
+protocol.
+Upon creation, a
+.Nm fec
+node creates a network interface associated with it.
Interfaces are named
.Dq Li fec0 ,
.Dq Li fec1 ,
etc.
-New node takes first available unit.
+New nodes take the first available unit.
.Sh HOOKS
The
.Nm fec
node accepts any hooks.
However it does not use them.
-Under normal operation, node should not have any hooks.
+Under normal operation, a
+.Nm fec
+node should not have any hooks.
.Sh CONTROL MESSAGES
Interface membership in the FEC group is configured with the following
control messages:
.Bl -tag -width indent
.It Dv NGM_FEC_ADD_IFACE Pq Dq Li add_iface
Attach interface to the FEC group.
-Target interface name is passed as a string argument.
+The target interface name is passed as a string argument.
.It Dv NGM_FEC_DEL_IFACE Pq Dq Li del_iface
Remove interface from the trunk.
-Target interface name is passed as a string argument.
+The target interface name is passed as a string argument.
.El
.Pp
-The following control messages define forwarding method for a node:
+The following control messages define the forwarding method for a node:
.Bl -tag -width indent
.It Dv NGM_FEC_MODE_INET Pq Dq Li set_mode_mac
-Forwarding decisions will be made on destination link layer MAC addresses.
+Forwarding decisions will be based on the link-layer MAC address of the destination.
.It Dv NGM_FEC_MODE_MAC Pq Dq Li set_mode_inet
-Forwarding decisions will be made on destination IP addresses.
+Forwarding decisions will be based on the IP address of the destination.
.El
.Sh SHUTDOWN
This node shuts down upon receipt of a
.Dv NGM_SHUTDOWN
control message.
.Sh EXAMPLES
-This example script creates a
+The following example script creates an
.Nm fec
node, attaches four Ethernet interfaces to it and
-sets forwarding method based on IP address:
+sets the forwarding method to be IP-address based:
.Bd -literal -offset indent
/usr/sbin/ngctl -f- <<-SEQ
mkpeer fec dummy fec
@@ -100,4 +106,4 @@ The
node was written by
.An "Bill Paul" Aq wpaul@FreeBSD.org .
This manual page was written by
-.An "Gleb Smirnoff" .
+.An "Gleb Smirnoff" Aq glebius@FreeBSD.org .
OpenPOWER on IntegriCloud