diff options
author | ache <ache@FreeBSD.org> | 1994-02-19 13:19:33 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-02-19 13:19:33 +0000 |
commit | 795c84b022f97a443965a4a7c0edf5050902b70b (patch) | |
tree | ef339e5968edc38c6b4e4e1449611632142bb804 /share | |
parent | 0e6427f1eed48d5787fbe795ba9952dff3d04433 (diff) | |
download | FreeBSD-src-795c84b022f97a443965a4a7c0edf5050902b70b.zip FreeBSD-src-795c84b022f97a443965a4a7c0edf5050902b70b.tar.gz |
We lost ttyd for dialin, now restore it.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/sio.4 | 20 | ||||
-rw-r--r-- | share/man/man4/sio.4 | 20 |
2 files changed, 32 insertions, 8 deletions
diff --git a/share/man/man4/man4.i386/sio.4 b/share/man/man4/man4.i386/sio.4 index f0190b6..8778ec7 100644 --- a/share/man/man4/man4.i386/sio.4 +++ b/share/man/man4/man4.i386/sio.4 @@ -34,7 +34,7 @@ .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 .\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp -.\" $Id: sio.4,v 1.5 1994/02/17 11:41:16 ache Exp $ +.\" $Id: sio.4,v 1.6 1994/02/17 17:44:07 rgrimes Exp $ .\" .Dd February 9, 1994 .Dt SIO 4 i386 @@ -126,10 +126,22 @@ port is 128 higher than that of the corresponding dialin port. Use .Xr stty 1 to enable or disable modem control as required by your setup. .Sh FILES -.Bl -tag -width Pa -.It Pa /dev/tty0? for dialin -.It Pa /dev/cua0? for dialout +.Bl -tag -width /dev/tty0? -compact +.It Pa /dev/tty0? +for hardwired terminals .El +or +.Bl -tag -width /dev/tty0? -compact +.It Pa /dev/ttyd? +for dialin ports (and dialout when bidirectional usage disabled) +.It Pa /dev/cua0? +for dialout ports when bidirectional usage enabled +.El +.Pp +If device number more then 10 last character of device name +belongs to [a-z] set. +/dev/tty0? and /dev/ttyd? are mutually exclusive, if you have +/dev/tty0? corresponding /dev/ttyd? must be removed and vice versa. .Sh DIAGNOSTICS .Bl -diag .It sio%d: silo overflow. diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4 index f0190b6..8778ec7 100644 --- a/share/man/man4/sio.4 +++ b/share/man/man4/sio.4 @@ -34,7 +34,7 @@ .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 .\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp -.\" $Id: sio.4,v 1.5 1994/02/17 11:41:16 ache Exp $ +.\" $Id: sio.4,v 1.6 1994/02/17 17:44:07 rgrimes Exp $ .\" .Dd February 9, 1994 .Dt SIO 4 i386 @@ -126,10 +126,22 @@ port is 128 higher than that of the corresponding dialin port. Use .Xr stty 1 to enable or disable modem control as required by your setup. .Sh FILES -.Bl -tag -width Pa -.It Pa /dev/tty0? for dialin -.It Pa /dev/cua0? for dialout +.Bl -tag -width /dev/tty0? -compact +.It Pa /dev/tty0? +for hardwired terminals .El +or +.Bl -tag -width /dev/tty0? -compact +.It Pa /dev/ttyd? +for dialin ports (and dialout when bidirectional usage disabled) +.It Pa /dev/cua0? +for dialout ports when bidirectional usage enabled +.El +.Pp +If device number more then 10 last character of device name +belongs to [a-z] set. +/dev/tty0? and /dev/ttyd? are mutually exclusive, if you have +/dev/tty0? corresponding /dev/ttyd? must be removed and vice versa. .Sh DIAGNOSTICS .Bl -diag .It sio%d: silo overflow. |