Sat Apr 24 08:59:09 2021 UTC ()
wsfontload: clarify documentation of -l


(nia)
diff -r1.28 -r1.29 src/usr.sbin/wsfontload/wsfontload.8

cvs diff -r1.28 -r1.29 src/usr.sbin/wsfontload/wsfontload.8 (expand / switch to unified diff)

--- src/usr.sbin/wsfontload/wsfontload.8 2021/04/24 07:52:07 1.28
+++ src/usr.sbin/wsfontload/wsfontload.8 2021/04/24 08:59:09 1.29
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: wsfontload.8,v 1.28 2021/04/24 07:52:07 wiz Exp $ 1.\" $NetBSD: wsfontload.8,v 1.29 2021/04/24 08:59:09 nia Exp $
2.\" 2.\"
3.\" Copyright (c) 1999, 2001 3.\" Copyright (c) 1999, 2001
4.\" Matthias Drochner. All rights reserved. 4.\" Matthias Drochner. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -83,27 +83,28 @@ ISO-8859-7 (greek) encoding @@ -83,27 +83,28 @@ ISO-8859-7 (greek) encoding
83KOI8-R (russian) encoding 83KOI8-R (russian) encoding
84.El 84.El
85Per default, 85Per default,
86.Ql iso 86.Ql iso
87is assumed. 87is assumed.
88.It Fl f Ar wsdev 88.It Fl f Ar wsdev
89Specify the device to operate on. 89Specify the device to operate on.
90Default is 90Default is
91.Pa /dev/wsfont . 91.Pa /dev/wsfont .
92.It Fl h Ar height 92.It Fl h Ar height
93Sets the height of a font character in pixels. 93Sets the height of a font character in pixels.
94Default is 16. 94Default is 16.
95.It Fl l 95.It Fl l
96Print a list of available fonts. 96Print a list of available fonts that are built-in to the kernel
 97(as opposed to fonts available to load from the filesystem).
97.It Fl N Ar name 98.It Fl N Ar name
98Specifies a name which can be used later to refer to the font. 99Specifies a name which can be used later to refer to the font.
99If none is given, the 100If none is given, the
100.Ar fontfile 101.Ar fontfile
101name is used to create one. 102name is used to create one.
102.It Fl v 103.It Fl v
103Prints the font's properties before loading it. 104Prints the font's properties before loading it.
104.It Fl w Ar width 105.It Fl w Ar width
105Sets the width of a font character in pixels. 106Sets the width of a font character in pixels.
106Default is 8. 107Default is 8.
107.El 108.El
108.Pp 109.Pp
109Typically, the 110Typically, the