diff options
author | obrien <obrien@FreeBSD.org> | 2004-10-18 21:31:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-10-18 21:31:05 +0000 |
commit | 705190c22b1971a348d866eba445c64d5b219c85 (patch) | |
tree | ad89c01cae41814a82dcc9a8a70e0c6a7ec299aa | |
parent | 113cb203cb45621b77cdbaa19df9364021f0a3f5 (diff) | |
download | FreeBSD-src-705190c22b1971a348d866eba445c64d5b219c85.zip FreeBSD-src-705190c22b1971a348d866eba445c64d5b219c85.tar.gz |
Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].
Also catch up with RCng.
Reviewed by: phk
-rw-r--r-- | share/man/man4/sio.4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4 index 8f4201c..b7f4f25 100644 --- a/share/man/man4/sio.4 +++ b/share/man/man4/sio.4 @@ -36,7 +36,7 @@ .\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp .\" $FreeBSD$ .\" -.Dd July 10, 2002 +.Dd October 17, 2004 .Dt SIO 4 .Os .Sh NAME @@ -342,22 +342,22 @@ The CLOCAL flag on callin ports should be locked off for logins to avoid certain security holes, but this needs to be done by getty if the callin port is used for anything else. .Sh FILES -.Bl -tag -width /dev/ttyid? -compact +.Bl -tag -width /dev/ttyd?.init -compact .It Pa /dev/ttyd? for callin ports -.It Pa /dev/ttyid? -.It Pa /dev/ttyld? +.It Pa /dev/ttyd?.init +.It Pa /dev/ttyd?.lock corresponding callin initial-state and lock-state devices .Pp -.It Pa /dev/cuaa? +.It Pa /dev/cuad? for callout ports -.It Pa /dev/cuaia? -.It Pa /dev/cuala? +.It Pa /dev/cuad?.init +.It Pa /dev/cuad?.lock corresponding callout initial-state and lock-state devices .El .Pp -.Bl -tag -width /etc/rc.serial -compact -.It Pa /etc/rc.serial +.Bl -tag -width /etc/rc.d/serial -compact +.It Pa /etc/rc.d/serial examples of setting the initial-state and lock-state devices .El .Pp |