Restore lost <replaceable> tags.
This commit is contained in:
parent
1f6bfa323c
commit
c5c770013a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44706
1 changed files with 9 additions and 9 deletions
|
@ -134,7 +134,7 @@
|
|||
the following command installs
|
||||
<application>Apache 2.4</application>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg install apache24</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg install <replaceable>apache24</replaceable></userinput></screen>
|
||||
|
||||
<para>For more information on packages refer to section 5.4 of
|
||||
the &os; Handbook: <link
|
||||
|
@ -246,13 +246,13 @@ apache24_flags="-DSSL"</programlisting>
|
|||
<filename>/etc/rc.conf</filename>, it can be started without
|
||||
rebooting the system:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>service sshd start</userinput>
|
||||
<screen>&prompt.root; <userinput>service <replaceable>sshd</replaceable> start</userinput>
|
||||
&prompt.root; <userinput>service apache24 start</userinput></screen>
|
||||
|
||||
<para>If a service has not been enabled, it can be started from
|
||||
the command line using <option>onestart</option>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>service sshd onestart</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>service <replaceable>sshd</replaceable> onestart</userinput></screen>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="network">
|
||||
|
@ -440,16 +440,16 @@ net.inet.ip.forwarding: 0</screen>
|
|||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><command>yum install package</command> /
|
||||
<command>apt-get install package</command></entry>
|
||||
<entry><command>pkg install package</command></entry>
|
||||
<entry><command>yum install <replaceable>package</replaceable></command> /
|
||||
<command>apt-get install <replaceable>package</replaceable></command></entry>
|
||||
<entry><command>pkg install <replaceable>package</replaceable></command></entry>
|
||||
<entry>Install package from remote repository</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><command>rpm -ivh package</command>
|
||||
/ <command>dpkg -i package</command></entry>
|
||||
<entry><command>pkg add package</command></entry>
|
||||
<entry><command>rpm -ivh <replaceable>package</replaceable></command>
|
||||
/ <command>dpkg -i <replaceable>package</replaceable></command></entry>
|
||||
<entry><command>pkg add <replaceable>package</replaceable></command></entry>
|
||||
<entry>Install local package</entry>
|
||||
</row>
|
||||
|
||||
|
|
Loading…
Reference in a new issue