Minor fixes to r40959.
Submitted by: bjk Approved by: bcr (mentor)
This commit is contained in:
parent
fef748c3be
commit
817c7ebb26
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41015
1 changed files with 5 additions and 5 deletions
|
@ -711,7 +711,7 @@ $sshd_enable=YES</screen>
|
|||
<username>root</username> console.</para>
|
||||
</note>
|
||||
|
||||
<para>To determine if a service is running, use
|
||||
<para>To determine whether or not a service is running, use
|
||||
<option>status</option>. For instance, to verify that
|
||||
<command>sshd</command> is running:</para>
|
||||
|
||||
|
@ -1111,8 +1111,8 @@ lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
|
|||
|
||||
<listitem>
|
||||
<para>The status of the link (<literal>status</literal>) is
|
||||
<literal>active</literal>, indicating that the carrier is
|
||||
detected. For <devicename>dc1</devicename>, the
|
||||
<literal>active</literal>, indicating that the carrier
|
||||
signal is detected. For <devicename>dc1</devicename>, the
|
||||
<literal>status: no carrier</literal> status is normal
|
||||
when an Ethernet cable is not plugged into the
|
||||
card.</para>
|
||||
|
@ -1133,8 +1133,8 @@ lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
|
|||
<para>To configure the card, you will need
|
||||
<username>root</username> privileges. The network card
|
||||
configuration can be performed from the command line with
|
||||
&man.ifconfig.8; but will not persist after a reboot.
|
||||
Instead, add the network card's configuration to
|
||||
&man.ifconfig.8; but will not persist after a reboot unless
|
||||
the network card's configuration is also added to
|
||||
<filename>/etc/rc.conf</filename> using an editor. Add a
|
||||
line for each network card present on the system, as seen in
|
||||
this example:</para>
|
||||
|
|
Loading…
Reference in a new issue