From cad64622ca704145f7fe108b3a3f3c52d1796e25 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 19 Jul 2022 16:32:41 +0200 Subject: [PATCH] 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 14158a1dafb..2edefbb8c31 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 -- 2.45.2