cvs commit: src/sys/pc98/pc98 sio.c src/sys/dev/sio sio.c

Poul-Henning Kamp phk at phk.freebsd.dk
Sun Oct 17 22:47:11 PDT 2004


Looks like it.

In message <20041018033709.GB5880 at dragon.nuxi.com>, "David O'Brien" writes:
>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
>

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the cvs-src mailing list