Wed Jun 8 12:47:51 2011 UTC ()
Sort options. New sentence, new line.


(wiz)
diff -r1.25 -r1.26 src/usr.sbin/wsfontload/wsfontload.8

cvs diff -r1.25 -r1.26 src/usr.sbin/wsfontload/wsfontload.8 (expand / switch to context diff)
--- src/usr.sbin/wsfontload/wsfontload.8 2011/06/08 10:25:21 1.25
+++ src/usr.sbin/wsfontload/wsfontload.8 2011/06/08 12:47:51 1.26
@@ -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 Bbv
+.Op Fl e Ar encoding
 .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 e Ar encoding
-.Ek
-.Bk -words
 .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 @@
 .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 @@
 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 @@
 .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.