diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-01 11:27:47 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-01 11:27:47 +0000 |
commit | ef8f7ac9356563fe48e63d3b02c92b7b9e0d73e8 (patch) | |
tree | 60e9f72278f345712e3e79127d31d7ca1008d52a /sbin/startslip | |
parent | 3615c24e18779bbf8af877ce2ba7b3db799345c7 (diff) | |
download | src-test2-ef8f7ac9356563fe48e63d3b02c92b7b9e0d73e8.tar.gz src-test2-ef8f7ac9356563fe48e63d3b02c92b7b9e0d73e8.zip |
Notes
Diffstat (limited to 'sbin/startslip')
-rw-r--r-- | sbin/startslip/startslip.1 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index 4c044eb9eed5..285816b5edee 100644 --- a/sbin/startslip/startslip.1 +++ b/sbin/startslip/startslip.1 @@ -170,21 +170,26 @@ passed via .Ev LINE environment variable. .It Fl K Ar keepalive -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 +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 causes at least one FRAME_END +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 -Set SLIP unit number directly. Use with caution, no check for two +Set SLIP unit number directly. +Use with caution, no check for two interfaces with same number made. Default is dynamic assignment. .It Fl L -Use uucp-style device locking. You need it unless you start +Use uucp-style device locking. +You need it unless you start .Nm from external program which already does uucp locking. Default case is no uucp locking to satisfy such programs. |