Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2004 20:37:09 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Poul-Henning Kamp <phk@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/dev/sio sio.c
Message-ID:  <20041018033709.GB5880@dragon.nuxi.com>
In-Reply-To: <200410130827.i9D8RKBM082371@repoman.freebsd.org>
References:  <200410130827.i9D8RKBM082371@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 13, 2004 at 08:27:20AM +0000, Poul-Henning Kamp wrote:
> phk         2004-10-13 08:27:20 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/pc98/pc98        sio.c 
>     sys/dev/sio          sio.c 
>   Log:
>   Use generic tty code instead of local stuff.
>   NB:  device names are now consistent:  {cua,tty}d$(port)[.lock,.init]

Is this the correct man page change?

Index: sio.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/sio.4,v
retrieving revision 1.53
diff -u -r1.53 sio.4
--- sio.4	3 Jul 2004 18:29:20 -0000	1.53
+++ sio.4	18 Oct 2004 03:36:01 -0000
@@ -36,7 +36,7 @@
 .\"	from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp
 .\" $FreeBSD: src/share/man/man4/sio.4,v 1.53 2004/07/03 18:29:20 ru Exp $
 .\"
-.Dd July 10, 2002
+.Dd October 17, 2004
 .Dt SIO 4
 .Os
 .Sh NAME
@@ -342,22 +342,22 @@
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041018033709.GB5880>