git: f787c870f6f6 - stable/13 - vtfontcvt.8: Use D1 instead of Ql for readability
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 11:23:53 UTC
The branch stable/13 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=f787c870f6f67a8b8640e856085b8bfdccca72ac
commit f787c870f6f67a8b8640e856085b8bfdccca72ac
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-07-19 14:32:41 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-10-04 11:14:14 +0000
vtfontcvt.8: Use D1 instead of Ql for readability
MFC after: 2 weeks
(cherry picked from commit cad64622ca704145f7fe108b3a3f3c52d1796e25)
---
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 7ca0564481d1..1e643f175668 100644
--- a/usr.bin/vtfontcvt/vtfontcvt.8
+++ b/usr.bin/vtfontcvt/vtfontcvt.8
@@ -74,7 +74,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.
@@ -86,7 +86,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