aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/articles/linux-users/article.xml
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2014-04-29 21:14:52 +0000
committerWarren Block <wblock@FreeBSD.org>2014-04-29 21:14:52 +0000
commitc5c770013a3f225cc354044481b25ce58d6a9a08 (patch)
treee2c5a723d8274e91ba6aa223669114ac21647c50 /en_US.ISO8859-1/articles/linux-users/article.xml
parent1f6bfa323c3324556ddbd62b90ba1a34da892951 (diff)
downloaddoc-c5c770013a3f225cc354044481b25ce58d6a9a08.tar.gz
doc-c5c770013a3f225cc354044481b25ce58d6a9a08.zip
Restore lost <replaceable> tags.
Notes
Notes: svn path=/head/; revision=44706
Diffstat (limited to 'en_US.ISO8859-1/articles/linux-users/article.xml')
-rw-r--r--en_US.ISO8859-1/articles/linux-users/article.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/en_US.ISO8859-1/articles/linux-users/article.xml b/en_US.ISO8859-1/articles/linux-users/article.xml
index 05901cee17..a56932e82c 100644
--- a/en_US.ISO8859-1/articles/linux-users/article.xml
+++ b/en_US.ISO8859-1/articles/linux-users/article.xml
@@ -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>