summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2013-06-09 22:10:47 +1000
committerPaul Mackerras <paulus@samba.org>2013-06-09 22:10:47 +1000
commitcd9683676618adcee8add2c3cfa3382341b5a1f6 (patch)
tree6a24c878f12bbc4b0e97bd73443ee1b90354d429 /chat
parent37476164f15a45015310b9d4b197c2d7db1f7f8f (diff)
downloadppp-cd9683676618adcee8add2c3cfa3382341b5a1f6.tar.gz
chat: Fix some text that was intended to be literal
This escapes a \c and adds a .br so that the "$ \c" comes out in the nroff output, instead of the \c being interpreted as a line continuation. This seems to be what was intended and makes sense as part of the chat script fragment. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'chat')
-rw-r--r--chat/chat.83
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/chat.8 b/chat/chat.8
index 7b07553..ddfe6b6 100644
--- a/chat/chat.8
+++ b/chat/chat.8
@@ -230,7 +230,8 @@ ogin: account
.br
ssword: pass
.br
-$ \c
+$ \\c
+.br
SAY "Logged in OK ...\\n"
\fIetc ...\fR
.LP