svn commit: r331470 - head/stand/defaults

Kyle Evans kevans at FreeBSD.org
Fri Mar 23 23:47:00 UTC 2018


Author: kevans
Date: Fri Mar 23 23:46:59 2018
New Revision: 331470
URL: https://svnweb.freebsd.org/changeset/base/331470

Log:
  loader.conf(5): Convert list of values to much better looking  table format
  
  Discussed with:	jhb, rpokala

Modified:
  head/stand/defaults/loader.conf.5

Modified: head/stand/defaults/loader.conf.5
==============================================================================
--- head/stand/defaults/loader.conf.5	Fri Mar 23 23:02:50 2018	(r331469)
+++ head/stand/defaults/loader.conf.5	Fri Mar 23 23:46:59 2018	(r331470)
@@ -222,11 +222,17 @@ replacing it with
 character (useful for embedded products and such).
 .It Va efi_max_resolution
 Specify the maximum desired resolution for the EFI console.
-The following pre-defined values are accepted: 480p, 720p, 1080p, 2160p or 4k,
-5k.
-The standard
-.Va WidthxHeight
-format is also accepted, e.g., 1920x1080.
+The following values are accepted:
+.Bl -column "WidthxHeight"
+.It Sy Value Ta Sy Resolution
+.It 480p Ta 640x480
+.It 720p Ta 1280x720
+.It 1080p Ta 1920x1080
+.It 2160p Ta 3840x2160
+.It 4k Ta 3840x2160
+.It 5k Ta 5120x2880
+.It Va Width Ns x Ns Va Height Ta Va Width Ns x Ns Va Height
+.El
 .It Va kernel
 .Pq Dq kernel
 .It Va kernels


More information about the svn-src-head mailing list