diff options
author | ache <ache@FreeBSD.org> | 2000-05-01 12:14:30 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-01 12:14:30 +0000 |
commit | fd776bd6a962dc53c287071dcc755263f80b2cf8 (patch) | |
tree | 5c2fd49bcdc2a5d57c478253d33b53608d1c057b /sbin/comcontrol/comcontrol.8 | |
parent | 8d4e0e3a58a63b0f20d0ed0c7deda786a620aeb6 (diff) | |
download | FreeBSD-src-fd776bd6a962dc53c287071dcc755263f80b2cf8.zip FreeBSD-src-fd776bd6a962dc53c287071dcc755263f80b2cf8.tar.gz |
Print options only supported by device, back out printing options separately
Pointed-by: bde
Diffstat (limited to 'sbin/comcontrol/comcontrol.8')
-rw-r--r-- | sbin/comcontrol/comcontrol.8 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8 index 84ef5b5..7e5d1ad 100644 --- a/sbin/comcontrol/comcontrol.8 +++ b/sbin/comcontrol/comcontrol.8 @@ -7,9 +7,9 @@ .Nd control an special tty device. .Sh SYNOPSIS .Nm comcontrol -.Ar special_device | - -.Op dtrwait Op number -.Op drainwait Op number +.Ar special_device | Fl +.Op dtrwait Ar number +.Op drainwait Ar number .Sh DESCRIPTION .Nm Comcontrol is used to examine and modify some of the special characteristics @@ -22,8 +22,6 @@ Only the superuser can change the settings. .Pp The following options are available: .Bl -tag -width indent -.It Cm dtrwait -Print current DTR wait time. .It Cm dtrwait Ar number Set the time to wait after dropping DTR to the given number. @@ -31,8 +29,6 @@ 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. -.It Cm drainwait -Print current output drain timeout. .It Cm drainwait Ar number Set the time to wait for output drain to the given number. |