From 20e3a8d38204f093f4d3cdb502d833a81c77762d Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 8 Jun 2011 12:47:51 +0000 Subject: [PATCH] Sort options. New sentence, new line. --- usr.sbin/wsfontload/wsfontload.8 | 63 ++++++++++++-------------------- 1 file changed, 23 insertions(+), 40 deletions(-) diff --git a/usr.sbin/wsfontload/wsfontload.8 b/usr.sbin/wsfontload/wsfontload.8 index 3386450b9d91..0eb4f6045343 100644 --- a/usr.sbin/wsfontload/wsfontload.8 +++ b/usr.sbin/wsfontload/wsfontload.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: wsfontload.8,v 1.25 2011/06/08 10:25:21 drochner Exp $ +.\" $NetBSD: wsfontload.8,v 1.26 2011/06/08 12:47:51 wiz Exp $ .\" .\" Copyright (c) 1999, 2001 .\" Matthias Drochner. All rights reserved. @@ -32,30 +32,12 @@ .Nd "load a font bitmap into the wsfont pool or a wscons display device" .Sh SYNOPSIS .Nm -.Bk -words -.Op Fl f Ar wsdev -.Ek -.Bk -words -.Op Fl w Ar width -.Ek -.Bk -words -.Op Fl h Ar height -.Ek -.Bk -words +.Op Fl Bbv .Op Fl e Ar encoding -.Ek -.Bk -words +.Op Fl f Ar wsdev +.Op Fl h Ar height .Op Fl N Ar name -.Ek -.Bk -words -.Op Fl b -.Ek -.Bk -words -.Op Fl B -.Ek -.Bk -words -.Op Fl v -.Ek +.Op Fl w Ar width .Op Ar fontfile .Sh DESCRIPTION The @@ -72,16 +54,12 @@ is not provided. .Pp The options are: .Bl -tag -width xxxxxxxxxxx -.It Fl f Ar wsdev -Specify the device to operate on. -Default is -.Pa /dev/wsfont . -.It Fl w Ar width -Sets the width of a font character in pixels. -Default is 8. -.It Fl h Ar height -Sets the height of a font character in pixels. -Default is 16. +.It Fl B +Specifies that the font data is ordered right-to-left byte wise. +The default is left-to-right. +.It Fl b +Specifies that the font data is ordered right-to-left bit wise. +The default is left-to-right. .It Fl e Ar encoding Sets the encoding of the font. This can be either a symbolic abbreviation or a numeric value. @@ -106,19 +84,23 @@ KOI8-R (russian) encoding Per default, .Ql iso is assumed. +.It Fl f Ar wsdev +Specify the device to operate on. +Default is +.Pa /dev/wsfont . +.It Fl h Ar height +Sets the height of a font character in pixels. +Default is 16. .It Fl N Ar name Specifies a name which can be used later to refer to the font. If none is given, the .Ar fontfile name is used to create one. -.It Fl b -Specifies that the font data is ordered right-to-left bit wise. -The default is left-to-right. -.It Fl B -Specifies that the font data is ordered right-to-left byte wise. -The default is left-to-right. .It Fl v Prints the font's properties before loading it. +.It Fl w Ar width +Sets the width of a font character in pixels. +Default is 8. .El .Pp Typically, the @@ -136,7 +118,8 @@ configuration file. .Pp Load the IBM-encoded 8\(mu8-font from the .Xr wscons 4 -distribution. This (or another 8\(mu8-font) is necessary to use the +distribution. +This (or another 8\(mu8-font) is necessary to use the 50-line screen type on .Xr vga 4 displays.