diff options
author | mpp <mpp@FreeBSD.org> | 1996-12-15 07:34:07 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-12-15 07:34:07 +0000 |
commit | a3165f8e3bc301a87c836350686dea0aa69b89e5 (patch) | |
tree | 1f9f05216884234da74aff610d83cfcdbbe8e3b8 /usr.bin/chat | |
parent | 0e3ee5fa213407099684ec9cd9d3f9948a2d5f6f (diff) | |
download | FreeBSD-src-a3165f8e3bc301a87c836350686dea0aa69b89e5.zip FreeBSD-src-a3165f8e3bc301a87c836350686dea0aa69b89e5.tar.gz |
Correct a typo.
Closes PR# 2217.
Diffstat (limited to 'usr.bin/chat')
-rw-r--r-- | usr.bin/chat/chat.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8 index a45a36d..66c3572 100644 --- a/usr.bin/chat/chat.8 +++ b/usr.bin/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $Id: chat.8,v 1.3 1995/10/31 23:28:24 peter Exp $ +.\" $Id: chat.8,v 1.4 1996/07/03 02:27:30 mpp Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -165,7 +165,7 @@ parameter. To change the timeout value for the next expect string, the following example may be used: .IP -ATZ OK ATDT5551212 CONNECT TIMEOUT 10 ogin:--ogin: TIMEOUT 5 assowrd: hello2u2 +ATZ OK ATDT5551212 CONNECT TIMEOUT 10 ogin:--ogin: TIMEOUT 5 assword: hello2u2 .LP This will change the timeout to 10 seconds when it expects the login: prompt. The timeout is then changed to 5 seconds when it looks for the |