Avoid use of tbl(1).

This commit is contained in:
Ruslan Ermilov 2000-11-06 12:03:43 +00:00
parent 1bdbdb4564
commit 82a63dc3c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68390

View File

@ -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.