Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2014 16:01:45 +0000 (UTC)
From:      Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274053 - head/share/man/man4
Message-ID:  <201411031601.sA3G1jBE073954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dumbbell
Date: Mon Nov  3 16:01:44 2014
New Revision: 274053
URL: https://svnweb.freebsd.org/changeset/base/274053

Log:
  vt(4): Start new sentences on their own lines
  
  Submitted by:	brueffer@
  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 15:40:49 2014	(r274052)
+++ head/share/man/man4/vt.4	Mon Nov  3 16:01:44 2014	(r274053)
@@ -208,21 +208,24 @@ is used on computers that boot from UEFI
 .It Va kern.vt.fb.default_mode
 Set this value to a graphic mode to override the default mode picked by the
 .Nm
-backend. The mode is applied to all output connectors. This is currently
-only supported by the
+backend.
+The mode is applied to all output connectors.
+This is currently only supported by the
 .Cm vt_fb
 backend when it's paired with a KMS video driver.
 .It Va kern.vt.fb.modes. Ns Pa connector_name
 Set this value to a graphic mode to override the default mode picked by the
 .Nm
-backend. This mode is applied to the output connector
+backend.
+This mode is applied to the output connector
 .Pa connector_name
 only. It has precedence over
 .Va kern.vt.fb.default_mode .
 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
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411031601.sA3G1jBE073954>