From 82a63dc3c0003df6ce0a76d206734ac63053e23e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 6 Nov 2000 12:03:43 +0000 Subject: [PATCH] Avoid use of tbl(1). --- usr.sbin/vidcontrol/vidcontrol.1 | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index 511f8e11edf0..d83ad6391b83 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -1,4 +1,3 @@ -.\" t .\" .\" vidcontrol - a utility for manipulating the syscons video driver .\" @@ -191,18 +190,14 @@ If the required size of font has not been loaded to the kernel, .Nm will fail if the user attempts to set a new video mode. .Pp -.TS -c s -c c -l c. -Video modes and font size -Modes Font size -25 line modes 8x16 (VGA), 8x14 (EGA) -30 line modes 8x16 -43 line modes 8x8 -50 line modes 8x8 -60 line modes 8x8 -.TE +.Bl -column "25 line modes" "8x16 (VGA), 8x14 (EGA)" -compact +.Li Sy Modes Ta Sy Font size +.Li 25 line modes Ta 8x16 (VGA), 8x14 (EGA) +.Li 30 line modes Ta 8x16 +.Li 43 line modes Ta 8x8 +.Li 50 line modes Ta 8x8 +.Li 60 line modes Ta 8x8 +.El .Pp It is better to always load all three sizes (8x8, 8x14 and 8x16) of the same font.