aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-08-02 16:41:36 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-08-02 16:41:36 +0000
commitea27bce3361c81978292e5596f791ef6e4e64e3e (patch)
treef6229f06586330d89ad5e6fea9efca111462ebaa /usr.bin
parent9da903e5d3fa686b67df0c8d460fcf3ca9444172 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vtfontcvt/vtfontcvt.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vtfontcvt/vtfontcvt.8 b/usr.bin/vtfontcvt/vtfontcvt.8
index e585220d5dfaa..451f8134181bb 100644
--- a/usr.bin/vtfontcvt/vtfontcvt.8
+++ b/usr.bin/vtfontcvt/vtfontcvt.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd Mar 10, 2020
+.Dd August 2, 2020
.Dt VTFONTCVT 8
.Os
.Sh NAME
@@ -63,7 +63,7 @@ file.
.It Fl h Ar height
Set font height.
The default is 16.
-Font height is set automatically for HEX files that have a
+Font height is set automatically for BDF files and for HEX files that have a
.Ql # Height: Ar height
comment before any font data.
.It Fl n
@@ -75,7 +75,7 @@ Display verbose statistics about the converted font.
.It Fl w Ar width
Set font width.
The default is 8.
-Font width is set automatically for HEX files that have a
+Font width is set automatically for BDF files and for HEX files that have a
.Ql # Width: Ar width
comment before any font data.
.El