Fix ifconfig output to use actual tabs. Remove some passivity and a
couple of instances of "you" and "your".
This commit is contained in:
parent
c129f62d84
commit
03501243b9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48532
1 changed files with 7 additions and 7 deletions
|
@ -955,10 +955,10 @@ lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
|
|||
to:</para>
|
||||
|
||||
<screen>dc0: flags=8843<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
|
||||
options=80008<VLAN_MTU,LINKSTATE>
|
||||
ether 00:a0:cc:da:da:da
|
||||
media: Ethernet autoselect (100baseTX <full-duplex>)
|
||||
status: active</screen>
|
||||
options=80008<VLAN_MTU,LINKSTATE>
|
||||
ether 00:a0:cc:da:da:da
|
||||
media: Ethernet autoselect (100baseTX <full-duplex>)
|
||||
status: active</screen>
|
||||
|
||||
<para>it would indicate the card has not been configured.</para>
|
||||
|
||||
|
@ -968,12 +968,12 @@ lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> 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
|
||||
|
|
Loading…
Reference in a new issue