svn commit: r41181 - head/en_US.ISO8859-1/books/handbook/audit
Giorgos Keramidas
keramida at FreeBSD.org
Tue Mar 12 18:07:55 UTC 2013
Author: keramida
Date: Tue Mar 12 18:07:54 2013
New Revision: 41181
URL: http://svnweb.freebsd.org/changeset/doc/41181
Log:
Mark directory paths with class="directory" in <filename> elements.
Modified:
head/en_US.ISO8859-1/books/handbook/audit/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/audit/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/audit/chapter.xml Tue Mar 12 17:58:44 2013 (r41180)
+++ head/en_US.ISO8859-1/books/handbook/audit/chapter.xml Tue Mar 12 18:07:54 2013 (r41181)
@@ -104,7 +104,7 @@ requirements. -->
Administrators should take into account disk space
requirements associated with high volume audit configurations.
For example, it may be desirable to dedicate a file system to
- the <filename>/var/audit</filename> tree so that other file
+ the <filename class="directory">/var/audit</filename> tree so that other file
systems are not affected if the audit file system becomes
full.</para>
</warning>
@@ -630,7 +630,7 @@ trailer,133</programlisting>
<para>Members of the <groupname>audit</groupname> group are
given permission to read audit trails in
- <filename>/var/audit</filename>; by default, this group is
+ <filename class="directory">/var/audit</filename>; by default, this group is
empty, so only the <username>root</username> user may read
audit trails. Users may be added to the
<groupname>audit</groupname> group in order to delegate audit
More information about the svn-doc-all
mailing list