diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pppd/chat/chat.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppd/chat/chat.8 b/usr.sbin/pppd/chat/chat.8 index 6aff7b85835..4c106caf413 100644 --- a/usr.sbin/pppd/chat/chat.8 +++ b/usr.sbin/pppd/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $OpenBSD: chat.8,v 1.10 1999/09/23 04:12:11 alex Exp $ +.\" $OpenBSD: chat.8,v 1.11 2002/10/25 05:19:35 jason Exp $ .\" Id: chat.8,v 1.7 1998/02/04 01:35:49 paulus Exp $ .\" SH section heading .\" SS subsection heading @@ -211,14 +211,14 @@ SAY "Waiting up to 2 minutes for connection ... " .br CONNECT '' .br -SAY "Connected, now logging in ...\n" +SAY "Connected, now logging in ...\\n" .br ogin: account .br ssword: pass .br $ \c -SAY "Logged in OK ...\n" +SAY "Logged in OK ...\\n" \fIetc ...\fR .LP This sequence will only present the SAY strings to the user and all |