From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 21 08:55:48 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3148E675; Thu, 21 Aug 2014 08:55:48 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4572639DD; Thu, 21 Aug 2014 08:55:47 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id v6so7673495lbi.25 for ; Thu, 21 Aug 2014 01:55:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=JOmilmiaA3Ubf7Fg8wWyCWc7XLbmjjpdOn3UVOq4g70=; b=ge4ikf3+w8naFrKUTH9Mwd8zqwReG88bFTIMMMKAHI2TUILHnTnl5k8VEhDBTi673i AcjRK1xDj8Q1uvKQBENpEOCL+nmqz5dCpMpu0Cf+f/vznBtbwxvR0c/IRoMMvjgq2sC1 y8dC9/Nu2gPnxDDzaPh4Vn/SpYe4TkEwACxXyJbQG/VvN9yOoqeBFufowf4EkoxAgMfW xZIGH9YSzAGB3DZ5Y+6ynKQ1gDx/N6u+zWa4be8Eqjcs1w30T4IDBS9Djfic4RcP6pCv 9zzmoY/eX/jvrXjlHoxBLpPMJlRaOWd2wttVS3PKaNMTZAP6cl0FNYfY8sLFXC8wN1Bi ohlQ== X-Received: by 10.112.221.37 with SMTP id qb5mr44699169lbc.69.1408611345059; Thu, 21 Aug 2014 01:55:45 -0700 (PDT) Received: from omg (pluknet-1-pt.tunnel.tserv11.ams1.ipv6.he.net. [2001:470:1f14:4d0::2]) by mx.google.com with ESMTPSA id j1sm1862146laa.4.2014.08.21.01.55.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Aug 2014 01:55:44 -0700 (PDT) Sender: Sergey Kandaurov Date: Thu, 21 Aug 2014 12:55:40 +0400 From: Sergey Kandaurov To: Stefan Esser Subject: Re: [PATCH] Missing references to vt(4) "NEWCONS" in man-pages Message-ID: <20140821085540.GA9402@omg> References: <53F59FE3.7030802@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline In-Reply-To: <53F59FE3.7030802@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "freebsd-hackers@freebsd.org" , freebsd-doc@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 08:55:48 -0000 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 21, 2014 at 09:29:39AM +0200, Stefan Esser wrote: > Hi, >=20 a couple of nits inline > Index: share/man/man4/kbdmux.4 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- share/man/man4/kbdmux.4 (revision 270244) > +++ share/man/man4/kbdmux.4 (working copy) > @@ -35,6 +35,7 @@ > .Xr atkbd 4 , > .Xr syscons 4 , > .Xr ukbd 4 > +.Xr vt 4 , misplaced comma > .Sh HISTORY > The > .Nm > Index: share/man/man4/splash.4 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- share/man/man4/splash.4 (revision 270244) > +++ share/man/man4/splash.4 (working copy) > @@ -245,6 +245,7 @@ > .Xr vidcontrol 1 , > .Xr syscons 4 , > .Xr vga 4 , > +.\" .Xr vt 4 , why is it commented out? > .Xr loader.conf 5 , > .Xr rc.conf 5 , > .Xr kldload 8 , > @@ -285,6 +286,8 @@ > .Sh CAVEATS > Both the splash screen and the screen saver work with > .Xr syscons 4 > +.\" or > +.\" .Xr vt 4 > only. > .Sh BUGS > If you load a screen saver while another screen saver has already > Index: share/man/man4/terasic_mtl.4 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- share/man/man4/terasic_mtl.4 (revision 270244) > +++ share/man/man4/terasic_mtl.4 (working copy) > @@ -66,6 +66,8 @@ > .Nm > devices are also attached to the > .Xr syscons 4 > +.\" or > +.\" .Xr vt 4 > framework, which implements a VT-compatible terminal connected to the > .Xr tty 4 > framework. > @@ -91,6 +93,7 @@ > .Xr write 2 , > .Xr syscons 4 , > .Xr tty 4 , > +.\" .Xr vt 4 , > .Xr ttys 5 > .Sh HISTORY > The > @@ -111,6 +114,7 @@ > .Sh BUGS > The > .Xr syscons 4 > +.\" what about NEWCONS??? .Xr vt 4 > attachment does not support the hardware cursor feature. > .Pp > A more structured interface to control registers using the [...] > Index: share/man/man4/vt.4 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- share/man/man4/vt.4 (revision 270244) > +++ share/man/man4/vt.4 (working copy) > @@ -211,7 +211,7 @@ > Default is 15, all enabled. > .El > .Sh FILES > -.Bl -tag -width /usr/share/syscons/keymaps/* -compact > +.Bl -tag -width /usr/share/vt/keymaps/* -compact > .It Pa /dev/console > .It Pa /dev/consolectl > .It Pa /dev/ttyv* this section still misses description for paths to fonts and key maps. --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJT9bQMAAoJED9Ol7oQYHQZLjQH/0XHsNP3ifTRggav5oxDQN+3 Ewe0MA72DgVPrgv703B/acpof3aR8znyXX0bvJWkYD9k0cMeKpkQi7fEIKWBrJqz wXCMsdvZ+3Bg93stAJMA6hEM7PT6AZvB26ZOqrSKPuqMgsUhVORt/JVm+8uaQKxb U1Jiio7mjjXu5ujeyEaXX1uXmHBPQqzkc30x0lizotAUBpF7OtQH1zkKRL+5a5Mq Oq24dr1Hth8kuDJorYLMwpKV/sVfjxDSAiL74ER5j7psKIys10EVCbWervxlo7Ww /HRrfl0XD0Pomwdp/rLaL+p+Ctu+UqVj0xUSb9dBdgDLZ4DyNwWNyRAAbHOFiHE= =7KZi -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V--