diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-13 09:33:03 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-13 09:33:03 +0000 |
| commit | dc1e4264921c263410169b0ed3fede3f5f2d5673 (patch) | |
| tree | 639cc36564fddcf540fb2170406728234aa59dc4 /usr.sbin/vidcontrol | |
| parent | f0b60d75606cb02218a29ee072474ec3ca0f4648 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/vidcontrol')
| -rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.1 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1 index 91b6cf3d8b27..a1e576654f90 100644 --- a/usr.sbin/vidcontrol/vidcontrol.1 +++ b/usr.sbin/vidcontrol/vidcontrol.1 @@ -24,7 +24,11 @@ .Op Fl b Ar color .Op Fl c Ar appearance .Op Fl d -.Op Fl f Oo Ar size Oc Ar \ file +.Oo +.Fl f +.Op Ar size +.Ar file +.Oc .Op Fl g Ar geometry .Op Fl i Cm adapter | mode .Op Fl l Ar screen_map @@ -142,7 +146,11 @@ or Used together with the .Xr moused 8 daemon for text mode cut & paste functionality. -.It Fl f [ Ar size ] Ar file +.It Xo +.Fl f +.Op Ar size +.Ar file +.Xc Load font .Ar file for @@ -240,8 +248,8 @@ See below. .Pp If you want to use the raster text mode .Ar VESA_800x600 , -you need to recomile your kernel with the -.Em SC_PIXEL_MODE +you need to recompile your kernel with the +.Dv SC_PIXEL_MODE option. See .Xr syscons 4 for more details on this kernel option. @@ -302,7 +310,7 @@ you may abbreviate the file name as .Dl vidcontrol -f 8x16 iso-8x16 .Pp Furthermore, you can also omit font size -.Dq 8x16 : +.Dq Li 8x16 : .Pp .Dl vidcontrol -f iso-8x16 .Pp |
