summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/security/passwdchat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/smbdotconf/security/passwdchat.xml')
-rw-r--r--docs/smbdotconf/security/passwdchat.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/smbdotconf/security/passwdchat.xml b/docs/smbdotconf/security/passwdchat.xml
index be1c55aad0..ef312d0dd8 100644
--- a/docs/smbdotconf/security/passwdchat.xml
+++ b/docs/smbdotconf/security/passwdchat.xml
@@ -32,7 +32,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 <constant>\\n</constant>, <constant>\\r</constant>, <constant>\\t</constant> and <constant>\\s</constant> 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>
@@ -54,6 +54,6 @@
<related>passwd chat debug</related>
<related>pam password change</related>
-<value type="default">*new*password* %n\\n*new*password* %n\\n *changed*</value>
-<value type="example">&quot;*Enter OLD password*&quot; %o\\n &quot;*Enter NEW password*&quot; %n\\n &quot;*Reenter NEW password*&quot; %n\\n &quot;*Password changed*&quot;</value>
+<value type="default">*new*password* %n\n*new*password* %n\n *changed*</value>
+<value type="example">&quot;*Enter OLD password*&quot; %o\n &quot;*Enter NEW password*&quot; %n\n &quot;*Reenter NEW password*&quot; %n\n &quot;*Password changed*&quot;</value>
</samba:parameter>