diff options
author | ru <ru@FreeBSD.org> | 2000-11-06 12:03:43 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-06 12:03:43 +0000 |
commit | 75d224bbdf7f1c4c62ab40eaaee4db596933d6d9 (patch) | |
tree | 6f8b6ec26b8ea4b4c67aab9710c7ce0f9ff8b4a1 /usr.sbin | |
parent | 06e6c5d4439295849d9681a186d9c30a8e23cb03 (diff) | |
download | FreeBSD-src-75d224bbdf7f1c4c62ab40eaaee4db596933d6d9.zip FreeBSD-src-75d224bbdf7f1c4c62ab40eaaee4db596933d6d9.tar.gz |
Avoid use of tbl(1).
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.1 | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index 511f8e1..d83ad63 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. |