From 1e0db91124e21a9bd39d0739b66f9568e08ce5c4 Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Sun, 16 Aug 2020 14:52:37 +0000 Subject: 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. --- usr.sbin/wsfontload/wsfontload.8 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin/wsfontload') 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 -- cgit v1.2.3