From bd868d67bcbb6410ce1d03ccc6f45fec03c2bd40 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Fri, 23 Mar 2018 23:46:59 +0000 Subject: [PATCH] loader.conf(5): Convert list of values to much better looking table format Discussed with: jhb, rpokala --- stand/defaults/loader.conf.5 | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5 index d6f298344c3..57bf45431da 100644 --- a/stand/defaults/loader.conf.5 +++ b/stand/defaults/loader.conf.5 @@ -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