From owner-svn-src-all@FreeBSD.ORG Mon Jun 30 16:49:00 2014 Return-Path: Delivered-To: svn-src-all@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 D34624F9; Mon, 30 Jun 2014 16:49:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A46832B78; Mon, 30 Jun 2014 16:49:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UGn0xC096498; Mon, 30 Jun 2014 16:49:00 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UGn0Yt096497; Mon, 30 Jun 2014 16:49:00 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201406301649.s5UGn0Yt096497@svn.freebsd.org> From: Ed Maste Date: Mon, 30 Jun 2014 16:49:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268050 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 16:49:00 -0000 Author: emaste Date: Mon Jun 30 16:49:00 2014 New Revision: 268050 URL: http://svnweb.freebsd.org/changeset/base/268050 Log: Add a vt(4) cross reference to syscons(4) Modified: head/share/man/man4/syscons.4 Modified: head/share/man/man4/syscons.4 ============================================================================== --- head/share/man/man4/syscons.4 Mon Jun 30 16:39:37 2014 (r268049) +++ head/share/man/man4/syscons.4 Mon Jun 30 16:49:00 2014 (r268050) @@ -533,6 +533,7 @@ to the kernel. .Xr splash 4 , .Xr ukbd 4 , .Xr vga 4 , +.Xr vt 4 , .Xr kbdmap 5 , .Xr rc.conf 5 , .Xr ttys 5 ,