git: cad64622ca70 - main - vtfontcvt.8: Use D1 instead of Ql for readability
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Jul 2022 14:37:13 UTC
The branch main has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=cad64622ca704145f7fe108b3a3f3c52d1796e25
commit cad64622ca704145f7fe108b3a3f3c52d1796e25
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-07-19 14:32:41 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-07-19 14:35:49 +0000
vtfontcvt.8: Use D1 instead of Ql for readability
MFC after: 2 weeks
---
usr.bin/vtfontcvt/vtfontcvt.8 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.bin/vtfontcvt/vtfontcvt.8 b/usr.bin/vtfontcvt/vtfontcvt.8
index 14158a1dafb8..2edefbb8c31e 100644
--- a/usr.bin/vtfontcvt/vtfontcvt.8
+++ b/usr.bin/vtfontcvt/vtfontcvt.8
@@ -76,7 +76,7 @@ The binary font file is for use by
Set font height.
The default is 16.
Font height is set automatically for BDF files and for HEX files that have a
-.Ql # Height: Ar height
+.D1 # Height: Ar height
comment before any font data.
.It Fl n
Do not apply output filtering with C source output.
@@ -88,7 +88,7 @@ Display verbose statistics about the converted font.
Set font width.
The default is 8.
Font width is set automatically for BDF files and for HEX files that have a
-.Ql # Width: Ar width
+.D1 # Width: Ar width
comment before any font data.
.El
.Sh SEE ALSO