Some smbconf fixes from Karolin Seeger <ks@sernet.de>. Removing the
authorVolker Lendecke <vlendec@samba.org>
Thu, 1 Feb 2007 09:03:19 +0000 (09:03 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 14:01:35 +0000 (09:01 -0500)
<smbconfsection> / </smbconfsection> is in line with the rest of the
introduction.

Thanks :-)

Volker

docs/manpages-3/smb.conf.5.xml

index 7fe97fc4f4e76bab18c13eb11b8a99ed6016b253..2e270fe454ab89841d8ada007292f0f43649120f 100644 (file)
@@ -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>