doc/documentation/manual-pages/ja/man8/comcontrol.8
Sergio Carlavilla Delgado 989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00

66 lines
1.6 KiB
Groff

.\" %FreeBSD: src/sbin/comcontrol/comcontrol.8,v 1.27 2004/07/02 21:45:01 ru Exp %
.\" $FreeBSD$
.Dd May 15, 1994
.Dt COMCONTROL 8
.Os
.Sh 名称
.Nm comcontrol
.Nd 特殊 tty デバイスの制御
.Sh 書式
.Nm
.Ar special_device
.Op dtrwait Ar number
.Op drainwait Ar number
.Sh 解説
.Nm
ユーティリティは、指定した tty デバイスの特別な設定内容を表示/変更するのに
用いられます。
デバイス名以外の引数 (または標準入力を表す "-") が指定されない場合、
制御可能な全ての項目が表示されます。
.Nm
をこのように利用する際には、
当該デバイスの読み取り許可だけが必要になります。
設定を変更できるのはスーパユーザだけです。
.Pp
以下のオプションが利用可能です:
.Bl -tag -width width
.It Cm dtrwait Ar number
DTR が落ちたあと待機する時間を設定します。
単位は 100 分の 1 秒です。
デフォルトは 300 すなわち 3 秒です。
このオプションは主として、モデムをリセットした後に
適切な復帰時間を置くのに用いられます。
.It Cm drainwait Ar number
出力が出てくるまでの待機時間を設定します。
単位は秒です。
デフォルトは 5 分です。
0 は無限に待ち続けます。
このオプションは主に、
待ち時間上限値を指定してモデムのハングを回避するのに用いられます。
.El
.Pp
.Nm
の標準的な使い方は、スタートアップスクリプト
.Pa /etc/rc.d/serial
の中に
.Nm
の起動を含めておくことです。
.Sh 関連項目
.Xr stty 1 ,
.Xr sio 4
.Sh 関連ファイル
.Bl -tag -width /dev/ttyd? -compact
.It Pa /dev/ttyd?
ダイヤルインデバイス。結線した端末(hardwired terminals)。
.It Pa /dev/cuaa?
ダイヤルアウトデバイス。
.El
.Sh 作者
.An Christopher G. Demetriou
.Sh 歴史
オリジナルは
.Bx 386 0.1
に対する cgd の com パッケージパッチの
バージョン 0.2.1 です。
かつては双方向制御機能を持っていましたが、
現在ではこれらは標準機能となり、制御できるものはほとんどありません。