diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-29 23:52:43 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-29 23:52:43 +0000 |
commit | 0d925cfda358e9042c94c2db98bcdcba43830080 (patch) | |
tree | 33fd1072bc599385aa3cbf0b3249448e8109a26e /sbin/startslip | |
parent | ddfba9f1d055aa2c147d4176510cfc6ea46f2831 (diff) | |
download | FreeBSD-src-0d925cfda358e9042c94c2db98bcdcba43830080.zip FreeBSD-src-0d925cfda358e9042c94c2db98bcdcba43830080.tar.gz |
Fix a bunch of spelling errors.
Diffstat (limited to 'sbin/startslip')
-rw-r--r-- | sbin/startslip/startslip.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index 2a0c368..8ca28de 100644 --- a/sbin/startslip/startslip.1 +++ b/sbin/startslip/startslip.1 @@ -165,13 +165,13 @@ passed via .Dv LINE environment variable. .It Fl K Ar keepalive -Set SLIP "keep alive" timeout in seconds. If FRAME_END not received in this -timeout, reconnect occurse. Active "out fill" timeout expected from other +Set SLIP "keep alive" timeout in seconds. If FRAME_END not received during this +time period, a reconnect will occur. Active "out fill" timeout expected from other side. Default value is no timeout. .It Fl O Ar outfill -Set SLIP "out fill" timeout in seconds. It cause at least one FRAME_END -will be sended during this timeout. +Set SLIP "out fill" timeout in seconds. It causes at least one FRAME_END +to be sent during this timeout. Needed for "keep alive" timeout on other side. Default value is no timeout. .It Fl S Ar unit |