diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 11:27:47 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 11:27:47 +0000 |
commit | ff1f324516a438c1978485e7ff75118e39b76ae3 (patch) | |
tree | 04906edc13adcddfd2125a6dbc77bab6de9275b3 /sbin/startslip | |
parent | a00cc32757c919d728dae0961bea03e17fff7958 (diff) | |
download | FreeBSD-src-ff1f324516a438c1978485e7ff75118e39b76ae3.zip FreeBSD-src-ff1f324516a438c1978485e7ff75118e39b76ae3.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
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 4c044eb9..285816b 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. |