aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-06-19 18:20:59 +0000
committerJörg Mayer <jmayer@loplof.de>2013-06-19 18:20:59 +0000
commit7670683e3be189c570213dba3e7e8697db1e5053 (patch)
tree118188bc943e8d7648f3e0af17ddec9ad0a326a9 /docbook
parentd8c2f035732395c54de9e599baecdad55f9c45ea (diff)
Explain how to enter a \ in an snmp field.
svn path=/trunk/; revision=50045
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index 9849b43451..9076ac8ec4 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -1648,6 +1648,8 @@ standard libpcap format.
The authentication password. Use '\xDD' for unprintable characters.
An hexadecimal password must be entered as a sequence of '\xDD' characters.
For example the hex password 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
+ The '\' character must be treated as an unprintable character, i.e.
+ it must be entered as '\x5C' or '\x5c'.
</para>
</listitem>
</varlistentry>
@@ -1664,6 +1666,8 @@ standard libpcap format.
The privacy password. Use '\xDD' for unprintable characters.
An hexadecimal password must be entered as a sequence of '\xDD' characters.
For example the hex password 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
+ The '\' character must be treated as an unprintable character, i.e.
+ it must be entered as '\x5C' or '\x5c'.
</para>
</listitem>
</varlistentry>