summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2014-06-06 00:22:19 +0000
committerallanjude <allanjude@FreeBSD.org>2014-06-06 00:22:19 +0000
commit13ec5f36b0dda5782e0c9487078f41f999e55c25 (patch)
treecb679ba5e06397d66e17b8e5b8e6297836e52db2 /sbin/ifconfig
parent8486613b2f68d93796ed4515bb4030b8e66c980c (diff)
downloadFreeBSD-src-13ec5f36b0dda5782e0c9487078f41f999e55c25.zip
FreeBSD-src-13ec5f36b0dda5782e0c9487078f41f999e55c25.tar.gz
Style cleanups on ifconfig.8
fix igor warnings uppercase all instances of Ethernet replace bad e.g. CR: D91 Approved by: wblock (mentor)
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/ifconfig.834
1 files changed, 20 insertions, 14 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index 622ec2f..290f316 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd October 21, 2013
+.Dd June 5, 2014
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -141,13 +141,13 @@ The link-level
.Pq Dq link
address
is specified as a series of colon-separated hex digits.
-This can be used to
-e.g.,\& set a new MAC address on an ethernet interface, though the
-mechanism used is not ethernet-specific.
+This can be used to, for example,
+set a new MAC address on an Ethernet interface, though the
+mechanism used is not Ethernet specific.
If the interface is already
up when this option is used, it will be briefly brought down and
then brought back up again in order to ensure that the receive
-filter in the underlying ethernet hardware is properly reprogrammed.
+filter in the underlying Ethernet hardware is properly reprogrammed.
.It Ar address_family
Specify the
address family
@@ -179,7 +179,7 @@ or
.Dq lladdr .
Specifying
.Fl l Dq ether
-will list only ethernet interfaces, excluding all other interface types,
+will list only Ethernet interfaces, excluding all other interface types,
including the loopback interface.
.It Ar dest_address
Specify the address of the correspondent on the other end
@@ -661,7 +661,8 @@ Clear a flag
.Cm defaultif .
.It Cm ifdisabled
Set a flag to disable all of IPv6 network communications on the
-specified interface. Note that if there are already configured IPv6
+specified interface.
+Note that if there are already configured IPv6
addresses on that interface, all of them are marked as
.Dq tentative
and DAD will be performed when this flag is cleared.
@@ -1087,7 +1088,8 @@ specifies the number of beacon intervals between DTIM
and must be in the range 1 to 15.
By default DTIM is 1 (i.e., DTIM occurs at each beacon).
.It Cm quiet
-Enable the use of quiet IE. Hostap will use this to silence other
+Enable the use of quiet IE.
+Hostap will use this to silence other
stations to reduce interference for radar detection when
operating on 5GHz frequency and doth support is enabled.
Use
@@ -1102,9 +1104,11 @@ scheduled quiet intervals defined by Quiet element.
Set the QUIET
.Ar count
to the number of TBTTs until the beacon interval during which the
-next quiet interval shall start. A value of 1 indicates the quiet
+next quiet interval shall start.
+A value of 1 indicates the quiet
interval will start during the beacon interval starting at the next
-TBTT. A value 0 is reserved.
+TBTT.
+A value 0 is reserved.
.It Cm quiet_offset Ar offset
Set the QUIET
.Ar offset
@@ -2354,7 +2358,8 @@ Another name for the
parameter.
.It Cm accept_rev_ethip_ver
Set a flag to accept both correct EtherIP packets and ones
-with reversed version field. Enabled by default.
+with reversed version field.
+Enabled by default.
This is for backward compatibility with
.Fx 6.1 ,
6.2, 6.3, 7.0, and 7.1.
@@ -2363,7 +2368,8 @@ Clear a flag
.Cm accept_rev_ethip_ver .
.It Cm send_rev_ethip_ver
Set a flag to send EtherIP packets with reversed version
-field intentionally. Disabled by default.
+field intentionally.
+Disabled by default.
This is for backward compatibility with
.Fx 6.1 ,
6.2, 6.3, 7.0, and 7.1.
@@ -2446,7 +2452,7 @@ pseudo-interface.
The
.Xr vlan 4
interface is assigned a
-copy of the parent interface's flags and the parent's ethernet address.
+copy of the parent interface's flags and the parent's Ethernet address.
The
.Cm vlandev
and
@@ -2570,7 +2576,7 @@ If an
.Ar address_family
is specified, only interfaces of that type will be listed.
.Fl l Dq ether
-will list only ethernet adapters, excluding the loopback interface.
+will list only Ethernet adapters, excluding the loopback interface.
Use of this flag is mutually exclusive
with all other flags and commands, except for
.Fl d
OpenPOWER on IntegriCloud