svn commit: samba-docs r764 - in trunk: Samba3-HOWTO manpages-3 smbdotconf/filename smbdotconf/printing smbdotconf/security smbdotconf/tuning

jht at samba.org jht at samba.org
Wed Jul 6 01:04:06 GMT 2005


Author: jht
Date: 2005-07-06 01:04:05 +0000 (Wed, 06 Jul 2005)
New Revision: 764

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=764

Log:
More formatting edits.
Modified:
   trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml
   trunk/manpages-3/net.8.xml
   trunk/manpages-3/pdbedit.8.xml
   trunk/smbdotconf/filename/hidefiles.xml
   trunk/smbdotconf/printing/lprmcommand.xml
   trunk/smbdotconf/security/passdbbackend.xml
   trunk/smbdotconf/tuning/keepalive.xml


Changeset:
Modified: trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml
===================================================================
--- trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml	2005-07-06 00:12:28 UTC (rev 763)
+++ trunk/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml	2005-07-06 01:04:05 UTC (rev 764)
@@ -570,7 +570,9 @@
 </para>
 
 <para>
-The UPHClean software package can be downloaded from <ulink url="http://www.microsoft.com/downloads/details.aspx?FamilyID= 1B286E6D-8912-4E18-B570-42470E2F3582&amp;displaylang=en">User Profile Hive Cleanup Service.</ulink>
+The UPHClean software package can be downloaded from the User Profile Hive Cleanup
+Service<footnote>http://www.microsoft.com/downloads/details.aspx?FamilyID=1B286E6D-8912-4E18-B570-42470E2F3582&amp;displaylang=en</footnote>
+web site.
 </para>
 
 </sect2>

Modified: trunk/manpages-3/net.8.xml
===================================================================
--- trunk/manpages-3/net.8.xml	2005-07-06 00:12:28 UTC (rev 763)
+++ trunk/manpages-3/net.8.xml	2005-07-06 01:04:05 UTC (rev 764)
@@ -618,10 +618,14 @@
 <refsect3>
 <title>GROUPMAP ADD</title>
 
-<para>Add a new group mapping entry</para>
+<para>
+Add a new group mapping entry:
+<screen>
+net groupmap add {rid=int|sid=string} unixgroup=string \
+      [type={domain|local}] [ntgroup=string] [comment=string]
+</screen>
+</para>
 
-<para>net groupmap add {rid=int|sid=string} unixgroup=string [type={domain|local}] [ntgroup=string] [comment=string]</para>
-
 </refsect3>
 
 <refsect3>
@@ -638,7 +642,12 @@
 
 <para>Update en existing group entry</para>
 
-<para>net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] [comment=string] [type={domain|local}]</para>
+<para>
+<screen>
+net groupmap modify {ntgroup=string|sid=SID} [unixgroup=string] \
+       [comment=string] [type={domain|local}]
+</screen>
+</para>
 </refsect3>
 
 <refsect3>

Modified: trunk/manpages-3/pdbedit.8.xml
===================================================================
--- trunk/manpages-3/pdbedit.8.xml	2005-07-06 00:12:28 UTC (rev 763)
+++ trunk/manpages-3/pdbedit.8.xml	2005-07-06 01:04:05 UTC (rev 764)
@@ -122,8 +122,12 @@
 
 		<para>Example: <command>pdbedit -L -w</command></para>
 		<screen>
-sorce:500:508818B733CE64BEAAD3B435B51404EE:D2A2418EFC466A8A0F6B1DBB5C3DB80C:[UX         ]:LCT-00000000:
-samba:45:0F2B255F7B67A7A9AAD3B435B51404EE:BC281CE3F53B6A5146629CD4751D3490:[UX         ]:LCT-3BFA1E8D:
+sorce:500:508818B733CE64BEAAD3B435B51404EE:
+          D2A2418EFC466A8A0F6B1DBB5C3DB80C:
+          [UX         ]:LCT-00000000:
+samba:45:0F2B255F7B67A7A9AAD3B435B51404EE:
+          BC281CE3F53B6A5146629CD4751D3490:
+          [UX         ]:LCT-3BFA1E8D:
 </screen>
 		</listitem>
 		</varlistentry>

Modified: trunk/smbdotconf/filename/hidefiles.xml
===================================================================
--- trunk/smbdotconf/filename/hidefiles.xml	2005-07-06 00:12:28 UTC (rev 763)
+++ trunk/smbdotconf/filename/hidefiles.xml	2005-07-06 01:04:05 UTC (rev 764)
@@ -21,6 +21,12 @@
 	<para>Setting this parameter will affect the performance of Samba, 
 	as it will be forced to check all files and directories for a match 
 	as they are scanned.</para>
+
+	<para>
+	The example shown above is based on files that the Macintosh 
+	SMB client (DAVE) available from <ulink url="http://www.thursby.com"> 
+	Thursby</ulink> creates for internal use, and also still hides 
+	all files beginning with a dot.</para>
 </description>
 
 <related>hide dot files</related>
@@ -28,10 +34,7 @@
 <related>case sensitive</related>
 
 <value type="default"><comment>no file are hidden</comment></value>
-<value type="example">/.*/DesktopFolderDB/TrashFor%m/resource.frk/<comment>
-The above example is based on files that the Macintosh 
-SMB client (DAVE) available from <ulink url="http://www.thursby.com"> 
-Thursby</ulink> creates for internal use, and also still hides 
-all files beginning with a dot.</comment></value>
 
+<value type="example">/.*/DesktopFolderDB/TrashFor%m/resource.frk/</value>
+
 </samba:parameter>

Modified: trunk/smbdotconf/printing/lprmcommand.xml
===================================================================
--- trunk/smbdotconf/printing/lprmcommand.xml	2005-07-06 00:12:28 UTC (rev 763)
+++ trunk/smbdotconf/printing/lprmcommand.xml	2005-07-06 01:04:05 UTC (rev 764)
@@ -21,7 +21,7 @@
 </description>
 <related>printing</related>
 
-<value type="default"><comment>depends on the setting of <parameter moreinfo="none">printing</parameter></comment></value>
+<value type="default">depends on the setting of <parameter moreinfo="none">printing</parameter></value>
 <value type="example">/usr/bin/lprm -P%p %j</value>
 <value type="example">/usr/bin/cancel %p-%j</value>
 </samba:parameter>

Modified: trunk/smbdotconf/security/passdbbackend.xml
===================================================================
--- trunk/smbdotconf/security/passdbbackend.xml	2005-07-06 00:12:28 UTC (rev 763)
+++ trunk/smbdotconf/security/passdbbackend.xml	2005-07-06 01:04:05 UTC (rev 764)
@@ -67,8 +67,12 @@
 </description>
 
 <value type="default">smbpasswd</value>
+
 <value type="example">tdbsam:/etc/samba/private/passdb.tdb smbpasswd:/etc/samba/smbpasswd</value>
+
 <value type="example">ldapsam:ldaps://ldap.example.com</value>
+
 <value type="example">ldapsam:"ldap://ldap-1.example.com ldap://ldap-2.example.com"</value>
+
 <value type="example">mysql:my_plugin_args tdbsam</value>
 </samba:parameter>

Modified: trunk/smbdotconf/tuning/keepalive.xml
===================================================================
--- trunk/smbdotconf/tuning/keepalive.xml	2005-07-06 00:12:28 UTC (rev 763)
+++ trunk/smbdotconf/tuning/keepalive.xml	2005-07-06 01:04:05 UTC (rev 764)
@@ -11,7 +11,7 @@
     a client is still present and responding.</para>
 
     <para>Keepalives should, in general, not be needed if the socket 
-    being used has the SO_KEEPALIVE attribute set on it (see <link linkend="SOCKETOPTIONS">
+    has the SO_KEEPALIVE attribute set on it by default. (see <link linkend="SOCKETOPTIONS">
     <parameter moreinfo="none">socket options</parameter></link>). 
 Basically you should only use this option if you strike difficulties.</para>
 </description>



More information about the samba-cvs mailing list