summaryrefslogtreecommitdiff
path: root/docs/manpages-3/smb.conf.5.xml
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-01 09:03:19 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:25 -0500
commit7b274dd6f33825f89a1ebf4b45a8bdacf2242201 (patch)
tree0c79e2fb749ca76ecef2474ff116215f003fc2e9 /docs/manpages-3/smb.conf.5.xml
parent196dce7210befcb7edfcae938058c498915f7987 (diff)
downloadsamba-7b274dd6f33825f89a1ebf4b45a8bdacf2242201.tar.gz
samba-7b274dd6f33825f89a1ebf4b45a8bdacf2242201.tar.bz2
samba-7b274dd6f33825f89a1ebf4b45a8bdacf2242201.zip
Some smbconf fixes from Karolin Seeger <ks@sernet.de>. Removing the
<smbconfsection> / </smbconfsection> is in line with the rest of the introduction. Thanks :-) Volker (This used to be commit 388f801f3ca3d60e8e8c35a95bad5ce1c2b22977)
Diffstat (limited to 'docs/manpages-3/smb.conf.5.xml')
-rw-r--r--docs/manpages-3/smb.conf.5.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml
index 7fe97fc4f4..2e270fe454 100644
--- a/docs/manpages-3/smb.conf.5.xml
+++ b/docs/manpages-3/smb.conf.5.xml
@@ -299,7 +299,7 @@ alias|alias|alias|alias...
<para>Starting with Samba version 3.0.23 the capability for non-root users to add, modify, and delete
their own share definitions has been added. This capability is called <emphasis>usershares</emphasis> and
- is controlled by a set of parameters in the <smbconfsection>[global]</smbconfsection> section of the smb.conf.
+ is controlled by a set of parameters in the [global] section of the smb.conf.
The relevant parameters are :
</para>
@@ -327,13 +327,13 @@ alias|alias|alias|alias...
<varlistentry>
<term>usershare prefix allow list</term>
- <listitem><para>Comma-separated list of abolute pathnames restricting what directories
+ <listitem><para>Comma-separated list of absolute pathnames restricting what directories
can be shared. Only directories below the pathnames in this list are permitted.</para></listitem>
</varlistentry>
<varlistentry>
<term>usershare prefix deny list</term>
- <listitem><para>Comma-separated list of abolute pathnames restricting what directories
+ <listitem><para>Comma-separated list of absolute pathnames restricting what directories
can be shared. Directories below the pathnames in this list are prohibited.</para></listitem>
</varlistentry>