From owner-cvs-all@FreeBSD.ORG Mon Oct 18 03:37:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0242C16A4CE; Mon, 18 Oct 2004 03:37:11 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C6543D1D; Mon, 18 Oct 2004 03:37:10 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9I3b96f006118; Sun, 17 Oct 2004 20:37:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9I3b9fD006117; Sun, 17 Oct 2004 20:37:09 -0700 (PDT) (envelope-from obrien) Date: Sun, 17 Oct 2004 20:37:09 -0700 From: "David O'Brien" To: Poul-Henning Kamp Message-ID: <20041018033709.GB5880@dragon.nuxi.com> References: <200410130827.i9D8RKBM082371@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410130827.i9D8RKBM082371@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pc98/pc98 sio.c src/sys/dev/sio sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 03:37:11 -0000 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