diff options
Diffstat (limited to 'docs/docbook/projdoc/VFS.xml')
-rw-r--r-- | docs/docbook/projdoc/VFS.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/docbook/projdoc/VFS.xml b/docs/docbook/projdoc/VFS.xml index 51dd32fe64..2ae1cfc9e0 100644 --- a/docs/docbook/projdoc/VFS.xml +++ b/docs/docbook/projdoc/VFS.xml @@ -32,18 +32,18 @@ on different systems. They currently have been tested against GNU/Linux and IRI <para> To use the VFS modules, create a share similar to the one below. The -important parameter is the <command>vfs object</command> parameter which must point to +important parameter is the <parameter>vfs object</parameter> parameter which must point to the exact pathname of the shared library objects. For example, to log all access to files and use a recycle bin: -<screen> - [audit] - comment = Audited /data directory - path = /data - vfs object = /path/to/audit.so /path/to/recycle.so - writeable = yes - browseable = yes -</screen> +<programlisting> +[audit] + comment = Audited /data directory + path = /data + vfs object = /path/to/audit.so /path/to/recycle.so + writeable = yes + browseable = yes +</programlisting> </para> <para> @@ -87,7 +87,7 @@ the Samba Developers Guide. <para> The logging information that will be written to the smbd log file is controlled by - the <emphasis>log level</emphasis> parameter in <filename>smb.conf</filename>. The + the <parameter>log level</parameter> parameter in <filename>smb.conf</filename>. The following information will be recorded: </para> @@ -184,7 +184,7 @@ the Samba Developers Guide. <para>Advantages compared to the old netatalk module: <simplelist> <member>it doesn't care about creating of .AppleDouble forks, just keeps them in sync</member> - <member>if share in smb.conf doesn't contain .AppleDouble item in hide or veto list, it will be added automatically</member> + <member>if a share in &smb.conf; doesn't contain .AppleDouble item in hide or veto list, it will be added automatically</member> </simplelist> </para> @@ -203,7 +203,7 @@ to have his or her own CVS tree). </para> <para> -No statemets about the stability or functionality of any module +No statements about the stability or functionality of any module should be implied due to its presence here. </para> |