diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 14:09:25 +0000 |
commit | b2240fc1c08ba82628285458b057b5f795a68a43 (patch) | |
tree | 5acb2bdc9bc2d2c26e220a424cc6f0b29df60dec /usr.sbin/sliplogin | |
parent | 3197c29bd1de99eb5100db75bfb4d651f6878fa7 (diff) | |
download | FreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.zip FreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.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 'usr.sbin/sliplogin')
-rw-r--r-- | usr.sbin/sliplogin/sliplogin.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/sliplogin/sliplogin.8 b/usr.sbin/sliplogin/sliplogin.8 index b7ee94f..c927477 100644 --- a/usr.sbin/sliplogin/sliplogin.8 +++ b/usr.sbin/sliplogin/sliplogin.8 @@ -160,18 +160,21 @@ and .Ar slunit . .Bl -tag -width keepalive .It Ar keepalive -Set SLIP "keep alive" timeout in seconds. If FRAME_END is not received in +Set SLIP "keep alive" timeout in seconds. +If FRAME_END is not received in this amount of time, .Nm closes the line and exits. The default value is no timeout (zero). .It Ar outfill -Set SLIP "out fill" timeout in seconds. It forces at least one FRAME_END +Set SLIP "out fill" timeout in seconds. +It forces at least one FRAME_END to be sent during this time period, which is necessary for the "keep alive" timeout on the remote side. The default value is no timeout (zero). .It Ar slunit -Set the SLIP unit number directly. Use with caution, because no check is made +Set the SLIP unit number directly. +Use with caution, because no check is made for two interfaces with same number. By default sliplogin dynamically assigns the unit number. .El |