diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2020-08-16 14:52:37 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2020-08-16 14:52:37 +0000 |
commit | 1e0db91124e21a9bd39d0739b66f9568e08ce5c4 (patch) | |
tree | 881c2a46bcca3e7391b3556565fbe1b0679f4b15 /usr.sbin | |
parent | 2bf3778d8843307bf89424b2a4a93bf8b1aa8140 (diff) |
Reflect recent wsfontload(8) changes in the man page.
We are now getting the default values for font height and width using
the WSDISPLAYIO_GETSCREENTYPE ioctl, so they always match the currently
loaded font metrics.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wsfontload/wsfontload.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/wsfontload/wsfontload.8 b/usr.sbin/wsfontload/wsfontload.8 index 2678e27c22d..237761d0bd7 100644 --- a/usr.sbin/wsfontload/wsfontload.8 +++ b/usr.sbin/wsfontload/wsfontload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsfontload.8,v 1.20 2017/04/03 18:43:41 fcambus Exp $ +.\" $OpenBSD: wsfontload.8,v 1.21 2020/08/16 14:52:36 fcambus Exp $ .\" $NetBSD: wsfontload.8,v 1.5 1999/04/06 04:54:22 cgd Exp $ .\" .\" Copyright (c) 1999, 2001 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 3 2017 $ +.Dd $Mdocdate: August 16 2020 $ .Dt WSFONTLOAD 8 .Os .Sh NAME @@ -85,8 +85,8 @@ Default is .Pa /dev/ttyCcfg . .It Fl h Ar height Sets the height of a font character in pixels. -Default is 16 for text-mode VGA compatible displays, -and 22 for raster displays. +Default is to match the currently loaded font height for raster displays, +and 16 for text-mode VGA compatible displays. .It Fl l Specifies to print out a list of loaded fonts, no other arguments should be specified. @@ -97,8 +97,8 @@ If none is given, the name is used to create one. .It Fl w Ar width Sets the width of a font character in pixels. -Default is 8 for text-mode VGA compatible displays, -and 12 for raster displays. +Default is to match the currently loaded font width for raster displays, +and 8 for text-mode VGA compatible displays. .El .Pp .\" Typically, the |