Fixing messy man page information.
authorJohn Terpstra <jht@samba.org>
Thu, 1 Dec 2005 17:03:58 +0000 (17:03 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:12 +0000 (08:47 -0500)
(This used to be commit 7095d7d85fc3abc30427a827b1a71e3853114471)

docs/smbdotconf/base/interfaces.xml
docs/smbdotconf/filename/casesensitive.xml
docs/smbdotconf/ldap/ldapmachinesuffix.xml
docs/smbdotconf/ldap/ldappasswdsync.xml

index 1a3af3bb23440828e3257b5701edd28de57ba48d..2b13200ea6b301753d368fc2ffbdcf438e2ad30e 100644 (file)
        decimal IP address or a hostname which will be looked up via 
        the OS's normal hostname resolution mechanisms.</para>
 
+       <para>
+       By default Samba enables all active interfaces that are broadcast capable
+       except the loopback adaptor (IP address 127.0.0.1).
+       </para>
+       
+       <para>
+       The example below configures three network interfaces corresponding 
+       to the eth0 device and IP addresses 192.168.2.10 and 192.168.3.10. 
+       The netmasks of the latter two interfaces would be set to 255.255.255.0.
+       </para>
+
 </description>
 <related>bind interfaces only</related>
 
-<value type="example">
-       <comment>This would configure three network interfaces corresponding 
-       to the eth0 device and IP addresses 192.168.2.10 and 192.168.3.10. 
-       The netmasks of the latter two interfaces would be set to 255.255.255.0.</comment>
-       eth0 192.168.2.10/24 192.168.3.10/255.255.255.0
-</value>
+<value type="example">eth0 192.168.2.10/24 192.168.3.10/255.255.255.0</value>
 
-<value type="default"><comment>all active interfaces except 127.0.0.1 that are broadcast capable</comment></value>
+<value type="default"/>
 </samba:parameter>
index 7765adced2d51b2c13ff1cacb0fed87477dffcae..ed770501cdbfe601f9c0eb989c29ac27fb550f13 100644 (file)
@@ -3,8 +3,10 @@
                                 type="boolean"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>casesignames</synonym>
+
 <description>
        <para>See the discussion in the section <smbconfoption name="name mangling"/>.</para>
 </description>
+
 <value type="default">no</value>
 </samba:parameter>
index 74fab93eca1f12df24a20ce968efd1821c4cf187..b54f6383e8a4b982da2c0e298ab0539dada093b4 100644 (file)
@@ -1,15 +1,18 @@
 <samba:parameter name="ldap machine suffix"
-                 context="G"
-                advanced="1" developer="1"
-                type="string"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+               context="G"
+               advanced="1"
+               developer="1"
+               type="string"
+               xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+
 <description>
-       <para>It specifies where machines should be added to the ldap tree.
-        If this parameter is unset, the value of <smbconfoption
-        name="ldap suffix"/> will be used instead.  The suffix string is pre-pended to the
-        <smbconfoption name="ldap suffix"/> string so use a partial DN.</para>
+       <para>
+       It specifies where machines should be added to the ldap tree.  If this parameter is unset, the value of
+       <smbconfoption name="ldap suffix"/> will be used instead.  The suffix string is pre-pended to the
+       <smbconfoption name="ldap suffix"/> string so use a partial DN.
+       </para>
 </description>
 
-<value type="default"></value>
+<value type="default"/>
 <value type="example">ou=Computers</value>
 </samba:parameter>
index 167c206b97502fb09084ace1c0330b81ac70841c..864bfc45a09a5db8ca0748ee3418c7e2c9d4927e 100644 (file)
@@ -1,8 +1,10 @@
 <samba:parameter name="ldap passwd sync"
-                 context="G"
-                 advanced="1" developer="1"
-                                type="enum"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+                       context="G"
+                       advanced="1"
+                       developer="1"
+                       type="enum"
+                       xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+
 <description>
        <para>
        This option is used to define whether or not Samba should sync the LDAP password with the NT
@@ -10,7 +12,9 @@
        change via SAMBA.  
        </para>
 
-       <para>The <smbconfoption name="ldap passwd sync"/> can be set to one of three values: </para>
+       <para>
+       The <smbconfoption name="ldap passwd sync"/> can be set to one of three values: 
+       </para>
        
        <itemizedlist>
                <listitem>
@@ -29,5 +33,6 @@
                </listitem>
        </itemizedlist>         
 </description>
+
 <value type="default">no</value>
 </samba:parameter>