svn commit: r44224 - head/en_US.ISO8859-1/articles/problem-reports
Warren Block
wblock at FreeBSD.org
Thu Mar 13 03:00:54 UTC 2014
Author: wblock
Date: Thu Mar 13 03:00:53 2014
New Revision: 44224
URL: http://svnweb.freebsd.org/changeset/doc/44224
Log:
Restore <replaceable> tags and some other attributes that were lost in
the DocBook 5 conversion.
Modified:
head/en_US.ISO8859-1/articles/problem-reports/article.xml
Modified: head/en_US.ISO8859-1/articles/problem-reports/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/problem-reports/article.xml Thu Mar 13 02:45:12 2014 (r44223)
+++ head/en_US.ISO8859-1/articles/problem-reports/article.xml Thu Mar 13 03:00:53 2014 (r44224)
@@ -769,18 +769,18 @@
&man.sh.1; or &man.mount.8;, you will first need to determine
whether these programs are in the base system or were added
via the Ports Collection. If you are unsure, you can do
- <command>whereis programname</command>.
+ <command>whereis <replaceable>programname</replaceable></command>.
&os;'s convention for the Ports Collection is to install
everything underneath
- <filename>/usr/local</filename>,
+ <filename class="directory">/usr/local</filename>,
although this can be overridden by a system administrator.
For these, you will use the <literal>ports</literal>
category (yes, even if the port's category is
<literal>www</literal>; see below). If the location is
- <filename>/bin</filename>,
- <filename>/usr/bin</filename>,
- <filename>/sbin</filename>, or
- <filename>/usr/sbin</filename>,
+ <filename class="directory">/bin</filename>,
+ <filename class="directory">/usr/bin</filename>,
+ <filename class="directory">/sbin</filename>, or
+ <filename class="directory">/usr/sbin</filename>,
it is part of the base system, and you should use the
<literal>bin</literal> category. (A few programs, such as
&man.gcc.1;, actually use the <literal>gnu</literal> category,
@@ -810,7 +810,7 @@
<note>
<para>if you are having a problem with something from a
port named
- <literal>www/someportname</literal>,
+ <literal>www/<replaceable>someportname</replaceable></literal>,
this nevertheless goes in the <literal>ports</literal>
category.</para>
</note>
More information about the svn-doc-all
mailing list