diff options
author | jmg <jmg@FreeBSD.org> | 1997-03-16 00:59:08 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-03-16 00:59:08 +0000 |
commit | 7151d3e879337d754c2839daa315b7b905f7f2cc (patch) | |
tree | 0521e3f59e013d54896b7a053e1b5b4d755c1438 /etc | |
parent | 808b31cbd8e764e07876198a410a57d83a33027f (diff) | |
download | FreeBSD-src-7151d3e879337d754c2839daa315b7b905f7f2cc.zip FreeBSD-src-7151d3e879337d754c2839daa315b7b905f7f2cc.tar.gz |
fix a misspelling of demand...
Submitted-by: Takashi Saeki
Closes PR#2989
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ppp/ppp.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 821b0c4..dd585ae 100644 --- a/etc/ppp/ppp.conf.sample +++ b/etc/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Written by Toshiharu OHNO # -# $Id: ppp.conf.sample,v 1.9 1997/02/23 14:04:22 brian Exp $ +# $Id: ppp.conf.sample,v 1.10 1997/03/13 21:24:18 brian Exp $ # ################################################################# @@ -98,7 +98,7 @@ ondemand: # We also set openmode active - this makes us initiate ppp negotiation. # The default is to wait for the server to start talking. # -pmdemend: +pmdemand: set phone 1234567 set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" set timeout 120 |