From cd9683676618adcee8add2c3cfa3382341b5a1f6 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 9 Jun 2013 22:10:47 +1000 Subject: [PATCH] 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 --- chat/chat.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2