diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-05 00:03:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-05 00:03:06 +0000 |
commit | b0e399e3c44a7791ef48b094c79f2a145cb9ed53 (patch) | |
tree | f7be989196355b5f991549d0d32ab500f8d35011 /sbin/comcontrol/comcontrol.8 | |
parent | 33c38bd57424b5403e3c312a6c1f0bcc2e6c5c2b (diff) | |
download | src-b0e399e3c44a7791ef48b094c79f2a145cb9ed53.tar.gz src-b0e399e3c44a7791ef48b094c79f2a145cb9ed53.zip |
Fight agaist hanging modems: add new drainwait option.
Reviewed by: Bruce
Notes
Notes:
svn path=/head/; revision=5397
Diffstat (limited to 'sbin/comcontrol/comcontrol.8')
-rw-r--r-- | sbin/comcontrol/comcontrol.8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index 698d314d26a9..20bf4d5d026f 100644 --- a/sbin/comcontrol/comcontrol.8 +++ b/sbin/comcontrol/comcontrol.8 @@ -24,6 +24,17 @@ Set the time to wait after dropping DTR to the given number. The units are hundredths of a second. The default is 300 hundredths, i.e., 3 seconds. +This option needed mainly to set proper recover time after +modem reset. +.El +.Bl -tag -width Fl +.It Cm drainwait Ar number +Set the time to wait for output drain +to the given number. +The units are seconds. +The default is 0, i.e. wait forever. +This option needed mainly to specify upper limit of minutes +to prevent modem hanging. .El .Pp The standard way to use |