From b2197aedc8979c94d1bcb31d666827ccb8c73bda Mon Sep 17 00:00:00 2001 From: James Peach Date: Tue, 26 Jun 2007 17:50:20 +0000 Subject: [PATCH] Double-up on some backslashes so they don't get interpreted by nroff. --- docs/smbdotconf/security/passwdchat.xml | 4 ++-- docs/smbdotconf/security/restrictanonymous.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/smbdotconf/security/passwdchat.xml b/docs/smbdotconf/security/passwdchat.xml index 32ae5b30336..beb6150e03e 100644 --- a/docs/smbdotconf/security/passwdchat.xml +++ b/docs/smbdotconf/security/passwdchat.xml @@ -30,7 +30,7 @@ The string can contain the macro %n 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. @@ -41,7 +41,7 @@ If the parameter is set to yes, 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. diff --git a/docs/smbdotconf/security/restrictanonymous.xml b/docs/smbdotconf/security/restrictanonymous.xml index 1fbf983d54d..29af7b257ae 100644 --- a/docs/smbdotconf/security/restrictanonymous.xml +++ b/docs/smbdotconf/security/restrictanonymous.xml @@ -8,8 +8,8 @@ group list information is returned for an anonymous connection. and mirrors the effects of the -HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ - Control\LSA\RestrictAnonymous +HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\ + Control\\LSA\\RestrictAnonymous 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 -- 2.11.4.GIT