From owner-freebsd-doc@FreeBSD.ORG Tue Aug 26 08:23:32 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D10B8C1F; Tue, 26 Aug 2014 08:23:32 +0000 (UTC) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9162338BB; Tue, 26 Aug 2014 08:23:32 +0000 (UTC) Received: from fwd40.aul.t-online.de (fwd40.aul.t-online.de [172.20.26.139]) by mailout04.t-online.de (Postfix) with SMTP id 6454C69B17; Tue, 26 Aug 2014 10:23:24 +0200 (CEST) Received: from [192.168.119.33] (E2tRR4Z1ZhHwG8HsZ6pYtFR9zwcbUEFcNbxDyWf+6MIjTYCGiBwhK0edb3uPxPAwwl@[84.154.101.219]) by fwd40.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1XMC2D-4Ifrea0; Tue, 26 Aug 2014 10:23:21 +0200 Message-ID: <53FC43F7.3060602@freebsd.org> Date: Tue, 26 Aug 2014 10:23:19 +0200 From: Stefan Esser User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Ed Maste Subject: Re: [PATCH] Missing references to vt(4) "NEWCONS" in man-pages References: <53F59FE3.7030802@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-ID: E2tRR4Z1ZhHwG8HsZ6pYtFR9zwcbUEFcNbxDyWf+6MIjTYCGiBwhK0edb3uPxPAwwl X-TOI-MSGID: ece3407a-cb79-4cc5-a253-de6afcdb7eb0 Cc: "freebsd-hackers@freebsd.org" , freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 08:23:32 -0000 Am 23.08.2014 um 04:15 schrieb Ed Maste: > Notes on two of the man pages: > > On 21 August 2014 03:29, Stefan Esser wrote: >> share/man/man4/terasic_mtl.4 (does this driver work with vt???) > > Not yet. I have a patch in another tree to add support. Ok, I have left that file untouched and leave it to you to add the references after the functionality is there ... >> share/man/man4/vga.4 > > This one is syscons-specific. We pondered having a vt_vga(4) page, but > the content was so minimal that it's just been put in vt(4) instead. > Specifically, the vga(4) driver is _not_ used by vt(4). Thanks for pointing this out! I have vt_vga configured in my kernel for so long, that I forgot about vga(4) vs. vt_vga(4) ... Best regards, STefan