Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/wsfontload Sort options. New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/931ae49d86ff
branches:  trunk
changeset: 765866:931ae49d86ff
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jun 08 12:47:51 2011 +0000

description:
Sort options. New sentence, new line.

diffstat:

 usr.sbin/wsfontload/wsfontload.8 |  63 ++++++++++++++-------------------------
 1 files changed, 23 insertions(+), 40 deletions(-)

diffs (107 lines):

diff -r 88c1ec29eed0 -r 931ae49d86ff usr.sbin/wsfontload/wsfontload.8
--- a/usr.sbin/wsfontload/wsfontload.8  Wed Jun 08 12:19:14 2011 +0000
+++ b/usr.sbin/wsfontload/wsfontload.8  Wed Jun 08 12:47:51 2011 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index