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

@ -141,7 +141,7 @@
is beyond the scope of this document.</para>
<para>Change the working directory to the
<filename role="directory">relaydelay-0.04</filename>
<filename class="directory">relaydelay-0.04</filename>
directory:</para>
<screen>&prompt.root; <userinput>cd relaydelay-0.04</userinput></screen>
@ -164,7 +164,7 @@
<para>If everything worked correctly a new file,
<filename>relaydelay.log</filename>, should exist in
<filename role="directory">/var/log</filename>. It should
<filename class="directory">/var/log</filename>. It should
contain something similar to the following text:</para>
<programlisting>Loaded Config File: /etc/mail/relaydelay.conf
@ -192,7 +192,7 @@ Starting Sendmail::Milter 0.18 engine.</programlisting>
<ulink url="http://lists.puremagic.com/pipermail/greylist-users/2003-November/000327.html">
http://lists.puremagic.com/pipermail/greylist-users/2003-November/000327.html</ulink>
and save it in the
<filename role="directory">relaydelay-0.04</filename>
<filename class="directory">relaydelay-0.04</filename>
directory. In the following examples this script is
referred to as <filename>addlist.pl</filename>.</para>