From owner-svn-src-all@FreeBSD.ORG Mon Nov 3 15:25:49 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86A1A6C2; Mon, 3 Nov 2014 15:25:49 +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 7221CE6A; Mon, 3 Nov 2014 15:25:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA3FPnJP058069; Mon, 3 Nov 2014 15:25:49 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA3FPnUQ058068; Mon, 3 Nov 2014 15:25:49 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201411031525.sA3FPnUQ058068@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: Jean-Sebastien Pedron Date: Mon, 3 Nov 2014 15:25:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274051 - 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-1 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, 03 Nov 2014 15:25:49 -0000 Author: dumbbell Date: Mon Nov 3 15:25:48 2014 New Revision: 274051 URL: https://svnweb.freebsd.org/changeset/base/274051 Log: vt(4): Improve the description of kern.vt.fb.modes.$connector Differential Revision: https://reviews.freebsd.org/D1098 Submitted by: emaste@ MFC after: 1 week Modified: head/share/man/man4/vt.4 Modified: head/share/man/man4/vt.4 ============================================================================== --- head/share/man/man4/vt.4 Mon Nov 3 14:57:41 2014 (r274050) +++ head/share/man/man4/vt.4 Mon Nov 3 15:25:48 2014 (r274051) @@ -219,11 +219,10 @@ backend. This mode is applied to the out .Pa connector_name only. It has precedence over .Va kern.vt.fb.default_mode . -To know the list of available connectors, load the KMS driver and look -at -.Xr dmesg 8 : -it'll contain a list of connectors and their associated tunables. This -is currently only supported by the +The names of available connector names can be found in +.Xr dmesg 8 +after loading the KMS driver. It will contain a list of connectors and +their associated tunables. This is currently only supported by the .Cm vt_fb backend when it's paired with a KMS video driver. .El