diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-31 06:03:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-31 06:03:10 +0000 |
commit | 81686e26e1cdb0bb30f45c0c672ee54ac25b47fe (patch) | |
tree | 574c448360c2dec17e9c9d72021e45e97ead434c /usr.sbin | |
parent | 9fc6c24b2bf2371d3c714f11eaf80089530bf9a7 (diff) |
fix typos; khym@bga.com
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 aa42d2cff3b..cd995a9daee 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 -.\" $Id: chat.8,v 1.1 1995/10/18 08:48:00 deraadt Exp $ +.\" $Id: chat.8,v 1.2 1997/05/31 06:03:09 deraadt Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -98,7 +98,7 @@ In actual practice, simple scripts are rare. At the vary least, you should include sub-expect sequences should the original string not be received. For example, consider the following script: .IP -ogin:--ogin: ppp ssowrd: hello2u2 +ogin:--ogin: ppp ssword: hello2u2 .LP This would be a better script than the simple one used earlier. This would look for the same login: prompt, however, if one was not received, a single @@ -161,7 +161,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 |