svn commit: r41761 - projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports
Tom Rhodes
trhodes at FreeBSD.org
Mon May 27 21:46:21 UTC 2013
Author: trhodes
Date: Mon May 27 21:46:20 2013
New Revision: 41761
URL: http://svnweb.freebsd.org/changeset/doc/41761
Log:
Change "role" to class in <filename> to unbreak lint.
Modified:
projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports/chapter.xml
Modified: projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports/chapter.xml
==============================================================================
--- projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports/chapter.xml Mon May 27 21:43:35 2013 (r41760)
+++ projects/ISBN_1-57176-407-0/en_US.ISO8859-1/books/handbook/ports/chapter.xml Mon May 27 21:46:20 2013 (r41761)
@@ -359,7 +359,7 @@ Info: Lists information about open fil
<para>All package installation files are stored in the
package database directory,
- <filename role="directory">/var/db/pkg</filename>.</para>
+ <filename class="directory">/var/db/pkg</filename>.</para>
<sect2>
<title>Installing a Package</title>
@@ -1796,7 +1796,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/
configuration file alteration, or perhaps the application will
just generate a configuration file. Most applications will
have documentation installed into
- <filename role="directory">/usr/local/share/doc</filename> and
+ <filename class="directory">/usr/local/share/doc</filename> and
manual pages. This documentation should be consulted before
continuing. Some applications run services which must be added
to the <filename>/etc/rc.conf</filename> file before
@@ -1820,7 +1820,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/
<screen>&prompt.root; <userinput>pkg_info -L <replaceable>foopackage-1.0.0</replaceable> | less</userinput></screen>
<para>Configuration files are always installed in
- <filename role="directory">/usr/local/etc</filename>
+ <filename class="directory">/usr/local/etc</filename>
and should definitely be consulted before attempting
to use the new application.</para>
More information about the svn-doc-projects
mailing list