Eliminate erroneous role="directory" attributes from <filename> elements

and replace them with class="directory" [1][2]

[1] http://docbook.org/tdg/en/html/filename.html
[2] http://www.freebsd.org/doc/en/books/fdp-primer/sgml-markup-docbook.html#AEN1799
    (4.2.5.5)

Approved by:	trhodes, gabor (mentor)
This commit is contained in:
Gabor Pali 2008-08-06 22:03:50 +00:00
parent 002b4edbbe
commit edafad6a69
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32632
21 changed files with 125 additions and 125 deletions

View file

@ -104,24 +104,24 @@
<listitem>
<para>The configuration file partition, which can be mounted
under the <filename role="directory">/cfg</filename> directory
under the <filename class="directory">/cfg</filename> directory
at run time.</para>
</listitem>
</itemizedlist>
<para>These partitions are normally mounted read-only.</para>
<para>The <filename role="directory">/etc</filename> and
<filename role="directory">/var</filename> directories are
<para>The <filename class="directory">/etc</filename> and
<filename class="directory">/var</filename> directories are
&man.md.4; (malloc) disks.</para>
<para>The configuration file partition persists under the
<filename role="directory">/cfg</filename> directory. It
contains files for <filename role="directory">/etc</filename>
<filename class="directory">/cfg</filename> directory. It
contains files for <filename class="directory">/etc</filename>
directory and is briefly mounted read-only right after the
system boot, therefore it is required to copy modified files
from <filename role="directory">/etc</filename> back to the
<filename role="directory">/cfg</filename> directory if changes
from <filename class="directory">/etc</filename> back to the
<filename class="directory">/cfg</filename> directory if changes
are expected to persist after the system restarts.</para>
<example>
@ -136,11 +136,11 @@
<note>
<para>The partition containing
<filename role="directory">/cfg</filename> should be mounted
<filename class="directory">/cfg</filename> should be mounted
only at boot time and while overriding the configuration
files.</para>
<para>Keeping <filename role="directory">/cfg</filename> mounted at
<para>Keeping <filename class="directory">/cfg</filename> mounted at
all times is not a good idea, especially if
the <application>NanoBSD</application> system runs off a mass
storage medium that may be adversely affected by a large number
@ -155,7 +155,7 @@
<para>A <application>NanoBSD</application> image is built using a
simple <filename>nanobsd.sh</filename> shell script, which can
be found in the
<filename role="directory"><replaceable>/usr</replaceable>/src/tools/tools/nanobsd</filename>
<filename class="directory"><replaceable>/usr</replaceable>/src/tools/tools/nanobsd</filename>
directory. This script creates an image, which can be copied on
the storage medium using the &man.dd.1; utility.</para>
@ -290,7 +290,7 @@ customize_cmd cust_foo</programlisting>
<para>A more useful example of a customization function is the
following, which changes the default size of the
<filename role="directory">/etc</filename> directory
<filename class="directory">/etc</filename> directory
from 5MB to 30MB:</para>
<programlisting>cust_etc_size () (
@ -318,7 +318,7 @@ customize_cmd cust_etc_size</programlisting>
<listitem>
<para><literal>cust_install_files</literal> &mdash;
Installs files from the
<filename role="directory">nanobsd/Files</filename>
<filename class="directory">nanobsd/Files</filename>
directory, which contains some useful scripts for system
administration.</para>
</listitem>
@ -446,7 +446,7 @@ customize_cmd cust_nobeastie</programlisting>
<application>NanoBSD</application> system, it is possible to use
either the <filename>updatep1</filename> or
<filename>updatep2</filename> script located in the
<filename role="directory">/root</filename> directory, depending
<filename class="directory">/root</filename> directory, depending
from which partition is running the current system.</para>
<para>According to which services are available on host serving