From owner-svn-src-head@FreeBSD.ORG Tue Aug 26 08:59:54 2014 Return-Path: Delivered-To: svn-src-head@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 6FE9C2AF; Tue, 26 Aug 2014 08:59:54 +0000 (UTC) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "alchemy.franken.de", Issuer "alchemy.franken.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C65793B9F; Tue, 26 Aug 2014 08:59:53 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.9/8.14.9/ALCHEMY.FRANKEN.DE) with ESMTP id s7Q8rDSP036529 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 26 Aug 2014 10:53:14 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.9/8.14.9/Submit) id s7Q8rDve036528; Tue, 26 Aug 2014 10:53:13 +0200 (CEST) (envelope-from marius) Date: Tue, 26 Aug 2014 10:53:13 +0200 From: Marius Strobl To: Stefan Esser Subject: Re: svn commit: r270647 - in head: etc/defaults share/man/man4 share/man/man5 share/man/man7 share/man/man8 Message-ID: <20140826085313.GC722@alchemy.franken.de> References: <201408260813.s7Q8DUhM043859@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201408260813.s7Q8DUhM043859@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (alchemy.franken.de [0.0.0.0]); Tue, 26 Aug 2014 10:53:14 +0200 (CEST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 08:59:54 -0000 On Tue, Aug 26, 2014 at 08:13:30AM +0000, Stefan Esser wrote: > Author: se > Date: Tue Aug 26 08:13:30 2014 > New Revision: 270647 > URL: http://svnweb.freebsd.org/changeset/base/270647 > > Log: > Add references to vt(4) and the configuration files in /usr7share/vt where > appropriate (i.e. where syscons was already mentioned and vt supports the > feature). Comments in defaults/rc.conf are updated to match the contents > of the modified man-page rc.conf(5). > > Reviewed by: pluknet, emaste > MFC after: 3 days > <...> > Modified: head/share/man/man4/splash.4 > ============================================================================== > --- head/share/man/man4/splash.4 Tue Aug 26 06:31:52 2014 (r270646) > +++ head/share/man/man4/splash.4 Tue Aug 26 08:13:30 2014 (r270647) > @@ -245,6 +245,7 @@ bitmap_name="/boot/splash.bin" > .Xr vidcontrol 1 , > .Xr syscons 4 , > .Xr vga 4 , > +.Xr vt 4 , > .Xr loader.conf 5 , > .Xr rc.conf 5 , > .Xr kldload 8 , > @@ -285,6 +286,8 @@ code. > .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 > That information is incorrect; vt(4) has only very limited splash screen support and doesn't interface with splash(4) for that. Screen saver support even is entirely nonexistent with vt(4) to date. Marius