diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:34:09 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 22:34:09 +0000 |
commit | 3942962df350083f6f16f2ca94382a722bb089ff (patch) | |
tree | 16b361147e8c2c7a80d206b969d6b19f7a744138 /docs/docbook/projdoc/VFS.xml | |
parent | 6c8e01e44b66576efee6cdd503d2994a9bbe9992 (diff) | |
download | samba-3942962df350083f6f16f2ca94382a722bb089ff.tar.gz samba-3942962df350083f6f16f2ca94382a722bb089ff.tar.bz2 samba-3942962df350083f6f16f2ca94382a722bb089ff.zip |
Better compatibility with official syntax
(This used to be commit 9a5304a5ea9b65dbfe5980e35b8456946a331f80)
Diffstat (limited to 'docs/docbook/projdoc/VFS.xml')
-rw-r--r-- | docs/docbook/projdoc/VFS.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docbook/projdoc/VFS.xml b/docs/docbook/projdoc/VFS.xml index daeac5b337..c949055371 100644 --- a/docs/docbook/projdoc/VFS.xml +++ b/docs/docbook/projdoc/VFS.xml @@ -89,10 +89,10 @@ This can be done using a configuration similar to the one below. A simple module to audit file access to the syslog facility. The following operations are logged: <itemizedlist> - <listitem>share</listitem> - <listitem>connect/disconnect</listitem> - <listitem>directory opens/create/remove</listitem> - <listitem>file open/close/rename/unlink/chmod</listitem> + <listitem><para>share</para></listitem> + <listitem><para>connect/disconnect</para></listitem> + <listitem><para>directory opens/create/remove</para></listitem> + <listitem><para>file open/close/rename/unlink/chmod</para></listitem> </itemizedlist> </para> |