wsfontload: clarify documentation of -l
This commit is contained in:
parent
51bb6d42a0
commit
779072058e
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: wsfontload.8,v 1.28 2021/04/24 07:52:07 wiz Exp $
|
.\" $NetBSD: wsfontload.8,v 1.29 2021/04/24 08:59:09 nia Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999, 2001
|
.\" Copyright (c) 1999, 2001
|
||||||
.\" Matthias Drochner. All rights reserved.
|
.\" Matthias Drochner. All rights reserved.
|
||||||
|
@ -93,7 +93,8 @@ Default is
|
||||||
Sets the height of a font character in pixels.
|
Sets the height of a font character in pixels.
|
||||||
Default is 16.
|
Default is 16.
|
||||||
.It Fl l
|
.It Fl l
|
||||||
Print a list of available fonts.
|
Print a list of available fonts that are built-in to the kernel
|
||||||
|
(as opposed to fonts available to load from the filesystem).
|
||||||
.It Fl N Ar name
|
.It Fl N Ar name
|
||||||
Specifies a name which can be used later to refer to the font.
|
Specifies a name which can be used later to refer to the font.
|
||||||
If none is given, the
|
If none is given, the
|
||||||
|
|
Loading…
Reference in New Issue