Fix ifconfig output to use actual tabs. Remove some passivity and a

couple of instances of "you" and "your".
This commit is contained in:
Warren Block 2016-04-03 22:16:21 +00:00
parent c129f62d84
commit 03501243b9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48532

View file

@ -955,10 +955,10 @@ lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
to:</para>
<screen>dc0: flags=8843&lt;BROADCAST,SIMPLEX,MULTICAST&gt; metric 0 mtu 1500
options=80008&lt;VLAN_MTU,LINKSTATE&gt;
ether 00:a0:cc:da:da:da
media: Ethernet autoselect (100baseTX &lt;full-duplex&gt;)
status: active</screen>
options=80008&lt;VLAN_MTU,LINKSTATE&gt;
ether 00:a0:cc:da:da:da
media: Ethernet autoselect (100baseTX &lt;full-duplex&gt;)
status: active</screen>
<para>it would indicate the card has not been configured.</para>
@ -968,12 +968,12 @@ lo0: flags=8049&lt;UP,LOOPBACK,RUNNING,MULTICAST&gt; metric 0 mtu 16384
command line with &man.ifconfig.8; but will not persist after
a reboot unless the configuration is also added to
<filename>/etc/rc.conf</filename>. If a
<acronym>DHCP</acronym> server is present on your LAN, you
will just have to add the following line:</para>
<acronym>DHCP</acronym> server is present on the LAN,
just add this line:</para>
<programlisting>ifconfig_dc0="DHCP"</programlisting>
<para>Replace <filename>dc0</filename> with the correct value
<para>Replace <replaceable>dc0</replaceable> with the correct value
for the system.</para>
<para>The line added, then, follow the instructions given in