]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
manpages: avoid extra blank line at end of <programlisting>
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 19 Mar 2025 03:13:46 +0000 (16:13 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 26 Mar 2025 00:53:37 +0000 (00:53 +0000)
Any whitespace there makes the program listing an extra line longer in
HTML put which is probably never intentional.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12918

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
34 files changed:
docs-xml/manpages/eventlogadm.8.xml
docs-xml/manpages/idmap_ad.8.xml
docs-xml/manpages/idmap_autorid.8.xml
docs-xml/manpages/idmap_hash.8.xml
docs-xml/manpages/idmap_ldap.8.xml
docs-xml/manpages/idmap_nss.8.xml
docs-xml/manpages/idmap_rfc2307.8.xml
docs-xml/manpages/idmap_rid.8.xml
docs-xml/manpages/idmap_script.8.xml
docs-xml/manpages/idmap_tdb.8.xml
docs-xml/manpages/idmap_tdb2.8.xml
docs-xml/manpages/log2pcap.1.xml
docs-xml/manpages/mdsearch.1.xml
docs-xml/manpages/pam_winbind.8.xml
docs-xml/manpages/samba-log-parser.1.xml
docs-xml/manpages/sharesec.1.xml
docs-xml/manpages/smb.conf.5.xml
docs-xml/manpages/smbstatus.1.xml
docs-xml/manpages/traffic_learner.7.xml
docs-xml/manpages/vfs_btrfs.8.xml
docs-xml/manpages/vfs_ceph.8.xml
docs-xml/manpages/vfs_ceph_new.8.xml
docs-xml/manpages/vfs_ceph_snapshots.8.xml
docs-xml/manpages/vfs_expand_msdfs.8.xml
docs-xml/manpages/vfs_full_audit.8.xml
docs-xml/manpages/vfs_glusterfs.8.xml
docs-xml/manpages/vfs_glusterfs_fuse.8.xml
docs-xml/manpages/vfs_nfs4acl_xattr.8.xml
docs-xml/manpages/vfs_shadow_copy.8.xml
docs-xml/manpages/vfs_shadow_copy2.8.xml
docs-xml/manpages/vfs_shell_snap.8.xml
docs-xml/manpages/vfs_snapper.8.xml
docs-xml/manpages/winbind_krb5_localauth.8.xml
docs-xml/manpages/wspsearch.1.xml

index f567d928445d644a39929b4182d69246244ddb3c..a8f685db0b83dfe72beac4064a38daa4ebaa4131 100644 (file)
        SRN: dmlinux
        STR: (root) CMD ( rm -f /var/spool/cron/lastrun/cron.hourly)
        DAT:
-       </programlisting>
+</programlisting>
 
        <para>Set up an eventlog source, specifying a message file DLL:</para>
        <programlisting>
        eventlogadm -o addsource Application MyApplication | \\
                %SystemRoot%/system32/MyApplication.dll
-       </programlisting>
+</programlisting>
 
        <para>Filter messages from the system log into an event log:</para>
        <programlisting>
        tail -f /var/log/messages | \\
                my_program_to_parse_into_eventlog_records | \\
                eventlogadm SystemLogEvents
-       </programlisting>
+</programlisting>
 
 </refsect1>
 
index c7fcc65d763c6d4ae3a6fb504868f4bb0fdee47d..dc64c546c61ce43e572f04f400a4ad3c8fea92a6 100644 (file)
 
        idmap config CORP : backend  = ad
        idmap config CORP : range = 1000-999999
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index 9fe73d5c4737aba081ea7994e4b2a6675fe7d2aa..548d6f712dc995338cc04174f61f92040354caeb 100644 (file)
                The Unix ID for a RID is calculated this way:
                <programlisting>
                        ID =  REDUCED RID + IDMAP RANGE LOW VALUE + RANGE NUMBER * RANGE SIZE
-               </programlisting>
+</programlisting>
                where REDUCED RID = RID % RANGE_SIZE
                and a DOMAIN RANGE INDEX = RID / RANGE_SIZE is used together with the
                domain sid to determine the RANGE NUMBER (stored in the database).
                given Unix ID is this:
                <programlisting>
                        RID = (ID - LOW ID) % RANGE SIZE + DOMAIN RANGE INDEX * RANGE SIZE
-               </programlisting>
+</programlisting>
                Where the DOMAIN RANGE INDEX is retrieved from the database along with the
                domain sid by the RANGE NUMBER = (ID - LOW ID) / RANGE SIZE .
        </para>
        idmap config * : backend = autorid
        idmap config * : range = 1000000-1999999
 
-       </programlisting>
+</programlisting>
 
        <para>
                This example shows how to configure idmap_autorid as default
        idmap config TRUSTED : backend  = ad
        idmap config TRUSTED : range    = 50000 - 99999
        idmap config TRUSTED : schema_mode = sfu
-       </programlisting>
+</programlisting>
 
 </refsect1>
 
index 03ff02a486b91e09654ced9700b349742d40cef5..991861a1122ac16593135d0cded7a8e8eea5d4c5 100644 (file)
@@ -76,7 +76,7 @@
        winbind nss info = hash
        winbind normalize names = yes
        idmap_hash:name_map = /etc/samba/name_map.cfg
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index 80f272d3fa3fd90f127a3d86bc0874e974645d34..c613d83fb7db33407527bb58fa376af7ac17e555 100644 (file)
@@ -95,7 +95,7 @@
        idmap config * : ldap_url     = ldap://localhost/
        idmap config * : ldap_base_dn = ou=idmap,dc=example,dc=com
        idmap config * : ldap_user_dn = cn=idmap_admin,dc=example,dc=com
-       </programlisting>
+</programlisting>
 
        <para>
        This example shows how ldap can be used as a readonly backend while
        idmap config DOM1 : ldap_url = ldap://server/
        idmap config DOM1 : ldap_base_dn = ou=idmap,dc=dom1,dc=example,dc=com
        idmap config DOM1 : ldap_user_dn = cn=idmap_admin,dc=dom1,dc=example,dc=com
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsynopsisdiv>
index a9c6eceedbcf2c61b79259c80313852a1c30f0ec..0f27724878f42d7b70e1ceec99621dbf371a3b3c 100644 (file)
@@ -81,7 +81,7 @@
 
        idmap config SAMBA : backend  = nss
        idmap config SAMBA : range = 1000-999999
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index 1393b04d0ec5f27f7251a41ab7500c4dc18b0490..f6198d690590e851492632a5898c52829b49ccb8 100644 (file)
        idmap config DOMAIN : ldap_user_dn = cn=ldapmanager,dc=example,dc=com
        idmap config DOMAIN : bind_path_user = ou=People,dc=example,dc=com
        idmap config DOMAIN : bind_path_group = ou=Group,dc=example,dc=com
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index de2f89d6ca2cd3d5952d8b71752011b32b36c293..654730ffe7af29f94aee6ef1929ef3117965e75b 100644 (file)
                The Unix ID for a RID is calculated this way:
                <programlisting>
                        ID = RID - BASE_RID + LOW_RANGE_ID.
-               </programlisting>
+</programlisting>
        </para>
        <para>
                Correspondingly, the formula for calculating the RID for a
                given Unix ID is this:
                <programlisting>
                        RID = ID + BASE_RID - LOW_RANGE_ID.
-               </programlisting>
+</programlisting>
        </para>
 </refsect1>
 
        idmap config TRUSTED : backend  = rid
        idmap config TRUSTED : range    = 50000 - 99999
        idmap config TRUSTED : base_rid = 500000
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index 332eb902c24c4828b9dcf6dbcace40bc9d879168..04b48c78561c4e336f76f5892ad76986e9042221 100644 (file)
@@ -73,7 +73,7 @@
        IDTOSID UID xxxx
        IDTOSID GID xxxx
        IDTOSID XID xxxx
-       </programlisting>
+</programlisting>
 
        <para>
        And it should return one of the following responses as a single line of
@@ -86,7 +86,7 @@
        XID:yyyy
        SID:ssss
        ERR:yyyy
-       </programlisting>
+</programlisting>
 
        <para>
        XID indicates that the ID returned should be both a UID and a GID.
        idmap config * : backend = script
        idmap config * : range = 1000000-2000000
        idmap config * : script = /usr/local/samba/bin/idmap_script.sh
-       </programlisting>
+</programlisting>
 
        <para>
        This shows a simple script to partially perform the task:
                echo "ERR: No idea what to do"
                exit 1
        fi
-       </programlisting>
+</programlisting>
 
        <para>
        Clearly, this script is not enough, as it should probably use wbinfo
index a99830d6d9e7d720fa3a1dcb683a69a62dc3ccd1..26ad88be051b17946766549d5caa3297cd7832e8 100644 (file)
@@ -58,7 +58,7 @@
        # "backend = tdb" is redundant here since it is the default
        idmap config * : backend = tdb
        idmap config * : range = 1000000-2000000
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index ee253ce892529086fd94660dd971a14a6d2a6454..4ccbae4c673b92e1f6b32412589445d6d174e522 100644 (file)
@@ -82,7 +82,7 @@
        SIDTOID S-1-xxxx
        IDTOSID UID xxxx
        IDTOSID GID xxxx
-       </programlisting>
+</programlisting>
 
        <para>
        And it should return one of the following responses as a single line of
@@ -94,7 +94,7 @@
        GID:yyyy
        SID:yyyy
        ERR:yyyy
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
        [global]
        idmap config * : backend = tdb2
        idmap config * : range = 1000000-2000000
-       </programlisting>
+</programlisting>
 
        <para>
        This example shows how tdb2 is used as the default idmap backend
        idmap config * : backend = tdb2
        idmap config * : range = 1000000-2000000
        idmap config * : script = /usr/local/samba/bin/idmap_script.sh
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index fafe6de98ebe4b52f2a314a534192792ca3026d5..8eee3330a193f444cbf877a54c8cfdb86b25d235 100644 (file)
 
        <para><programlisting>
                        <prompt>$</prompt> log2pcap &lt; /var/log/* &gt; trace.pcap
-       </programlisting></para>
+</programlisting></para>
 
        <para>Convert to pcap using text2pcap:</para>
 
        <para><programlisting>
        <prompt>$</prompt> log2pcap -h samba.log | text2pcap -T 139,139 - trace.pcap
-       </programlisting></para>
+</programlisting></para>
 </refsect1>
 
 <refsect1>
index e5b443f4a75254b1aeb02f67f949f32e34c5a208..c86c3ca6cb135ad37b954d583fce67bcdfe630bb 100644 (file)
     <para>Search all indexed metadata attributes, exact match:</para>
     <programlisting>
       '*=="Samba"'
-    </programlisting>
+</programlisting>
 
     <para>Search all indexed metadata attributes, prefix match:</para>
     <programlisting>
       '*=="Samba*"'
-    </programlisting>
+</programlisting>
 
     <para>Search by filename:</para>
     <programlisting>
       'kMDItemFSName=="Samba*"'
-    </programlisting>
+</programlisting>
 
     <para>Search by date:</para>
     <programlisting>
       'kMDItemFSContentChangeDate&lt;$time.iso(2018-10-01T10:00:00Z)'
-    </programlisting>
+</programlisting>
 
     <para>Search files's content:</para>
     <programlisting>
       'kMDItemTextContent=="Samba*"'
-    </programlisting>
+</programlisting>
 
     <para>Expressions:</para>
     <programlisting>
       kMDItemFSName=="Samba*"||kMDItemTextContent=="Tango*"'
-    </programlisting>
+</programlisting>
   </refsect1>
 
   <refsect1>
index 171bb408757e1e979926bde1a52a967c41f38650..4ec5bde7ab3d5f83b6633e0834488a2adb07cb31 100644 (file)
@@ -46,7 +46,7 @@
                            session   required        pam_unix2.so
                        +++ session   required        pam_winbind.so
                            ...
-               </programlisting>
+</programlisting>
 
                Make sure that pam_winbind is one of the first modules in the session part. It may retrieve
                kerberos tickets which are needed by other modules.
index 7a62cd10a474530a515edcfadb04643d5bddf8fc..f40477a3ec66c520ab153392e5e093d6799096c8 100644 (file)
@@ -111,7 +111,7 @@ options:
        </para>
        <programlisting>
        # samba-log-parser --traceid 1234 --flow /var/log/samba/log.winbind
-       </programlisting>
+</programlisting>
 
        <para>Show the full traces for winbind client with PID
        <parameter>999999</parameter>
@@ -120,7 +120,7 @@ options:
 
        <programlisting>
        # samba-log-parser --pid 999999 --merge-by-timestamp /var/log/samba
-       </programlisting>
+</programlisting>
 
        <para>Break down the traces into separate files according to traceid sorted
        using the timestamp for log files found in the samba log directory:
@@ -128,7 +128,7 @@ options:
 
        <programlisting>
        # samba-log-parser --breakdown --merge-by-timestamp /var/log/samba
-       </programlisting>
+</programlisting>
 
        <para>Sort traces using the timestamp for log files found in the samba log
        directory. Traces do not need to contain the traceid header field.
@@ -136,7 +136,7 @@ options:
 
        <programlisting>
        # samba-log-parser --merge-by-timestamp /var/log/samba
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index 897adbc74d56414c94e94b89b0bf1fbb64359efe..6703afb2d8c53fb6c5791fd815eab51011943bba 100644 (file)
        OWNER:&lt;sid or name&gt;
        GROUP:&lt;sid or name&gt;
        ACL:&lt;sid or name&gt;:&lt;type&gt;/&lt;flags&gt;/&lt;mask&gt;
-       </programlisting></para>
+</programlisting></para>
 
        <para>The revision of the ACL specifies the internal Windows
        NT ACL revision for the security descriptor.
 
        <programlisting>
        host:~ # sharesec share -a S-1-5-21-1866488690-1365729215-3963860297-17724:ALLOWED/0/FULL
-       </programlisting>
+</programlisting>
 
        <para>List all ACEs for <parameter>share</parameter>:
        </para>
        GROUP:
        ACL:S-1-1-0:ALLOWED/0x0/FULL
        ACL:S-1-5-21-1866488690-1365729215-3963860297-17724:ALLOWED/0x0/FULL
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index e760ff6b431fa3813132951c2dcdd2efd3255335..3a5a73dc959767fcf919cce38a8adf471d43ccc6 100644 (file)
@@ -851,7 +851,7 @@ chmod 1770 /usr/local/samba/lib/usershares
 
        idmap config TRUSTED : backend  = rid
        idmap config TRUSTED : range    = 6000000-6999999
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index 63ae4641bf16595e39ab4e470f8e41efbfa0844b..bbfdd3ba61c67e3713208f459e2e683831ef6f4b 100644 (file)
     }
   }
 }
-                               </programlisting> </para>
+</programlisting> </para>
 
                        <para>If oplocks are used:
                                <programlisting>
             "LEASE": false,
             "text": "LEVEL_II"
           }
-                               </programlisting> </para>
+</programlisting> </para>
 
                        <para>If leases are used:
 
             "HANDLE": false,
             "text": "RW"
           }
-                       </programlisting> </para>
+</programlisting> </para>
 
                        <para>With byte-range locks (-B, --byterange):
                                <programlisting>
         }
       ]
     }
-                       </programlisting> </para>
+</programlisting> </para>
 
                        <para> With notifies (-N, --notify):
                                <programlisting>
       "creation_time": "1970-01-01T01:00:14.326582+01:00"
     }
   }
-                       </programlisting> </para>
+</programlisting> </para>
 
                        <para> For profiling (-P, --profile):
                                <programlisting>
     ...
   }
 }
-                       </programlisting> </para>
+</programlisting> </para>
                </listitem>
                </varlistentry>
 
index b921035e4bd865aaab44148971db19f32fe66f47..30682a7fa36b57e47549c17f0ef931bf230a701d 100644 (file)
                  "-": 1
              }, <lineannotation>[...]</lineannotation>
           }
-        </programlisting>
+</programlisting>
         <para> This counts the observed continuations after an ldap
         packet with opcode 0 (a bind) followed by a dcerpc packet with
         opcode 11 (also a bind). The most common next packet is
index c617a276e5bf63549208b09ba4f934f551df8251..163a1445a2f121f720465ba126acd0addec9f8e1 100644 (file)
@@ -93,7 +93,7 @@
                <smbconfsection name="[share]"/>
                <smbconfoption name="vfs objects">btrfs</smbconfoption>
                <smbconfoption name="btrfs: manipulate snapshots">no</smbconfoption>
-       </programlisting>
+</programlisting>
        <para>
                To use the experimental snapshot manipulation functionality
                provided by this module, it must be explicitly enabled, and
                <smbconfsection name="[share]"/>
                <smbconfoption name="vfs objects">btrfs shadow_copy</smbconfoption>
                <smbconfoption name="btrfs: manipulate snapshots">yes</smbconfoption>
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index 47b5523b9a19adbc342cc64e5bfd06c08690057e..a2b0d0ba1f8110a3c58a8b795a996704fe443da4 100644 (file)
@@ -59,7 +59,7 @@
        <programlisting>
                <command>client acl type = posix_acl</command>
                <command>fuse default permissions = false</command>
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
@@ -75,7 +75,7 @@
                <smbconfoption name="vfs objects">ceph</smbconfoption>
                <smbconfoption name="path">/non-mounted/cephfs/path</smbconfoption>
                <smbconfoption name="kernel share modes">no</smbconfoption>
-       </programlisting>
+</programlisting>
 
        <para>
                Since <command>vfs_ceph</command> does not require a filesystem
index eaf5b66ccebf076fbbdfa01e15c2389128408c95..4c05f9ddd4b67bb267fff8642c2a10dcf53d13fc 100644 (file)
@@ -59,7 +59,7 @@
        <programlisting>
                <command>client acl type = posix_acl</command>
                <command>fuse default permissions = false</command>
-       </programlisting>
+</programlisting>
 
        <para>
        <emphasis role="strong">NOTE</emphasis>:
@@ -85,7 +85,7 @@
                <smbconfoption name="vfs objects">ceph_new</smbconfoption>
                <smbconfoption name="path">/non-mounted/cephfs/path</smbconfoption>
                <smbconfoption name="kernel share modes">no</smbconfoption>
-       </programlisting>
+</programlisting>
 
        <para>
                Since <command>vfs_ceph_new</command> does not require a
index 872b5237b84e56ac66a398bed61ac9a29bc2fcff..389159987b3144fe69746f281ce38cfb6a1e17a8 100644 (file)
@@ -65,7 +65,7 @@
                <smbconfoption name="vfs objects">ceph_snapshots ceph</smbconfoption>
                <smbconfoption name="path">/non-mounted/cephfs/path</smbconfoption>
                <smbconfoption name="kernel share modes">no</smbconfoption>
-       </programlisting>
+</programlisting>
 
        <para>
                <command>vfs_ceph_snapshots</command> can also be used atop a
@@ -78,7 +78,7 @@
                <smbconfsection name="[share]"/>
                <smbconfoption name="vfs objects">ceph_snapshots</smbconfoption>
                <smbconfoption name="path">/mnt/cephfs/</smbconfoption>
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index 34f92c697884bf234d5ceb558e6d169e11514a59..824ef8d5494e76fb206518ab4849ba05d750ee4d 100644 (file)
@@ -41,7 +41,7 @@
 192.168.234 local.samba.org
 192.168 remote.samba.org
  default.samba.org
-       </programlisting>
+</programlisting>
 
        <para>With this, clients from network 192.168.234/24 are
        redirected to host local.samba.org, clients from 192.168/16
index 9a9f1efc33b8a87b1d0a33f56ff927462044958f..a7bc95be0a8c90a05d770754a1d46d758f6f39c7 100644 (file)
        format is: </para>
        <programlisting>
                smbd_audit: PREFIX|OPERATION|RESULT|FILE
-       </programlisting>
+</programlisting>
 
        <para>The record fields are:</para>
 
index d25135e14ac3cd99f55588db763718a208b4a8fe..3aeb14592c5db16f039b72d06e1d511c36c5564f 100644 (file)
@@ -71,7 +71,7 @@
                <smbconfoption name="path">/relative/base/path</smbconfoption>
                <smbconfoption name="glusterfs:volume">gv0</smbconfoption>
                <smbconfoption name="kernel share modes">no</smbconfoption>
-       </programlisting>
+</programlisting>
 
        <para>
                Note that since <command>vfs_glusterfs</command> does not
                 The write-behind translator can easily be disabled via calling
                 <programlisting>
                         gluster volume set &lt;volumename&gt; performance.write-behind off
-                </programlisting> on the commandline.
+</programlisting> on the commandline.
        </para>
         <para>
                 With GlusterFS versions >= 9, we silently bypass write-behind
index c1365442ff5e031fd80007144faa3e7949549f27..d005a2957701eb8f3b2822ab60806e2a3232a5f0 100644 (file)
@@ -75,7 +75,7 @@
                <smbconfsection name="[share]"/>
                <smbconfoption name="vfs objects">glusterfs_fuse</smbconfoption>
                <smbconfoption name="path">/absolute/path_of_fusemount</smbconfoption>
-       </programlisting>
+</programlisting>
 
        <para>
                Note that <command>vfs_glusterfs_fuse</command> requires a Gluster mount. For accessing glusterfs directly
index 83f62b2019035c2eaa7dd2c48875b57de0c6578f..3f9d401ecd70fdc86b6864fc4679b5614fa4bdd9 100644 (file)
       <smbconfsection name="[samba_gpfs_share]"/>
       <smbconfoption name="vfs objects">nfs4acl_xattr</smbconfoption>
       <smbconfoption name="path">/foo/bar</smbconfoption>
-    </programlisting>
+</programlisting>
   </refsect1>
 
   <refsect1>
index 5699a5dc5e7d584d03ddad224a81ec0780a37f14..6906f02c491cd3b47edfd5b3c7839a0e7744bcf5 100644 (file)
@@ -69,7 +69,7 @@
        <manvolnum>1</manvolnum></citerefentry> command:
        <programlisting>
        TZ=GMT date +@GMT-%Y.%m.%d-%H.%M.%S
-       </programlisting></para>
+</programlisting></para>
 
 </refsect1>
 
index fe37145d41167ed58a8f6694994b16f3b403aaac..cdb7b6d1ee8a4ea9e251cbc8aef8849af036e937 100644 (file)
        <manvolnum>1</manvolnum></citerefentry> command:
        <programlisting>
        TZ=GMT date +@GMT-%Y.%m.%d-%H.%M.%S
-       </programlisting></para>
+</programlisting></para>
 
 </refsect1>
 
index 319d825cfafec287b5702678980a63cfd9cd5c64..8a680bfa19d7575d1ca5380c075532f449abfd80 100644 (file)
                        snap_create.sh</smbconfoption>
                <smbconfoption name="shell_snap:delete command">
                        snap_delete.sh</smbconfoption>
-       </programlisting>
+</programlisting>
 
        <para>
                Samba's FSRVP server must be configured in the [global] section:
                <smbconfsection name="[global]"/>
                <smbconfoption name="registry shares">yes</smbconfoption>
                <smbconfoption name="include">registry</smbconfoption>
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index 9663ece0b0c8808e65e44de0e5a1319189a12d74..672ace40eba6aea52e627c3728ae8e4bb8376c02 100644 (file)
@@ -61,7 +61,7 @@
        <programlisting>
                <smbconfsection name="[share]"/>
                <smbconfoption name="vfs objects">snapper</smbconfoption>
-       </programlisting>
+</programlisting>
 
        <para>
                For remote snapshot creation and deletion, Samba's FSRVP
@@ -72,7 +72,7 @@
                <smbconfsection name="[global]"/>
                <smbconfoption name="registry shares">yes</smbconfoption>
                <smbconfoption name="include">registry</smbconfoption>
-       </programlisting>
+</programlisting>
 </refsect1>
 
 <refsect1>
index a382e71ead3759107458a9df8a587d4f56a573e7..8fa7d053dd3b58832a40fa09298ebe02895bba1a 100644 (file)
@@ -54,7 +54,7 @@
                module = winbind:/usr/lib64/samba/krb5/winbind_krb5_localauth.so
                enable_only = winbind
        }
-               </programlisting>
+</programlisting>
        </para>
 </refsect1>
 
index 06878d65404dfeb08ae7a2c5172acdf7529be236..ee9dd93f16ef21b1625da8d9c2c6e4c2e119f838 100644 (file)
     <para>Search using a basic phrase:</para>
     <programlisting>
        'wspsearch -Usomeuser%password //server/share --phrase="cats"'
-    </programlisting>
+</programlisting>
 
     <para>Search using an AQS like query for a picture whose name starts with p403 or p404:</para>
     <programlisting>
        'wspsearch -Usomeuser%password //server/share --query="ALL:$&lt;p403 OR ALL:$&lt;p404 AND System.Kind:picture"'
-    </programlisting>
+</programlisting>
 
   </refsect1>