Date: Tue, 29 Apr 2014 21:14:52 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44706 - head/en_US.ISO8859-1/articles/linux-users Message-ID: <201404292114.s3TLEq5N044607@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Tue Apr 29 21:14:52 2014 New Revision: 44706 URL: http://svnweb.freebsd.org/changeset/doc/44706 Log: Restore lost <replaceable> tags. Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/linux-users/article.xml Tue Apr 29 21:09:33 2014 (r44705) +++ head/en_US.ISO8859-1/articles/linux-users/article.xml Tue Apr 29 21:14:52 2014 (r44706) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404292114.s3TLEq5N044607>