Author: jpeach
Date: 2007-06-26 17:50:20 +0000 (Tue, 26 Jun 2007)
New Revision: 1129

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

Log:
Double-up on some backslashes so they don't get interpreted by nroff.

Modified:
   trunk/smbdotconf/security/passwdchat.xml
   trunk/smbdotconf/security/restrictanonymous.xml


Changeset:
Modified: trunk/smbdotconf/security/passwdchat.xml
===================================================================
--- trunk/smbdotconf/security/passwdchat.xml    2007-06-26 08:11:40 UTC (rev 
1128)
+++ trunk/smbdotconf/security/passwdchat.xml    2007-06-26 17:50:20 UTC (rev 
1129)
@@ -30,7 +30,7 @@
 
     <para>The string can contain the macro <parameter 
moreinfo="none">%n</parameter> which is substituted 
     for the new password.  The chat sequence can also contain the standard 
-    macros \n, \r, \t and \s to 
+    macros \\n, \\r, \\t and \\s to 
     give line-feed, carriage-return, tab and space.  The chat sequence string 
can also contain 
     a '*' which matches any sequence of characters. Double quotes can be used 
to collect strings with spaces 
     in them into a single string.</para>
@@ -41,7 +41,7 @@
 
     <para>If the <smbconfoption name="pam password change"/> parameter is set 
to <constant>yes</constant>, the
        chat pairs may be matched in any order, and success is determined by 
the PAM result, not any particular
-       output. The \n macro is ignored for PAM conversions.
+       output. The \\n macro is ignored for PAM conversions.
     </para>
 
 </description>

Modified: trunk/smbdotconf/security/restrictanonymous.xml
===================================================================
--- trunk/smbdotconf/security/restrictanonymous.xml     2007-06-26 08:11:40 UTC 
(rev 1128)
+++ trunk/smbdotconf/security/restrictanonymous.xml     2007-06-26 17:50:20 UTC 
(rev 1129)
@@ -8,8 +8,8 @@
     group list information is returned for an anonymous connection.
     and mirrors the effects of the
 <programlisting>
-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
-           Control\LSA\RestrictAnonymous
+HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\
+           Control\\LSA\\RestrictAnonymous
 </programlisting>
        registry key in Windows 2000 and Windows NT.  When set to 0, user
        and group list information is returned to anyone who asks.  When set

Reply via email to