diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-06 12:03:43 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-06 12:03:43 +0000 |
| commit | 82a63dc3c0003df6ce0a76d206734ac63053e23e (patch) | |
| tree | be7e2c5b435e04e28d4bd7969cfaab1972ca4dd9 /usr.sbin/vidcontrol | |
| parent | 1bdbdb4564f87c5d9479373fa1ebe70a142dc45e (diff) | |
Notes
Diffstat (limited to 'usr.sbin/vidcontrol')
| -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 511f8e11edf01..d83ad6391b83d 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. |
