diff options
author | John Terpstra <jht@samba.org> | 2004-09-28 03:16:36 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:03 -0500 |
commit | dd763ad94f22264a6c10b06dbcb81edc078bbd13 (patch) | |
tree | ca1c06222be7376c256f778cf2805f4dc874be75 | |
parent | d18b94b3c78b4ae0086e3c1f71f7310d915b2771 (diff) | |
download | samba-dd763ad94f22264a6c10b06dbcb81edc078bbd13.tar.gz samba-dd763ad94f22264a6c10b06dbcb81edc078bbd13.tar.bz2 samba-dd763ad94f22264a6c10b06dbcb81edc078bbd13.zip |
Fix typo.
(This used to be commit c5e93d2713a8565291871bf07e816914fd59a796)
-rw-r--r-- | docs/Samba-HOWTO-Collection/VFS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba-HOWTO-Collection/VFS.xml b/docs/Samba-HOWTO-Collection/VFS.xml index 48770f5412..3fa0068411 100644 --- a/docs/Samba-HOWTO-Collection/VFS.xml +++ b/docs/Samba-HOWTO-Collection/VFS.xml @@ -150,7 +150,7 @@ This can be done using a configuration similar to the one shown in <link linkend <listitem><para>Syslog can be used to record all transaction. This can be disabled by setting in the &smb.conf; file <parameter>syslog = 0</parameter>.</para></listitem> <listitem><para>Logging can take place to the default log file (<filename>log.smbd</filename>) - for all loaded VFS modules just be setting in the &smb.conf; file + for all loaded VFS modules just by setting in the &smb.conf; file <parameter>log level = 0 vfs:x</parameter>, where x is the log level. This will disable general logging while activating all logging of VFS module activity at the log level specified.</para></listitem> |