Author: 0mp (doc,ports committer)
Date: Sun Aug  2 16:41:36 2020
New Revision: 363771
URL: https://svnweb.freebsd.org/changeset/base/363771

Log:
  Document automatic handling of font height for BDF files
  
  PR:           248395
  Submitted by: Dmitry Wagin <dmitry.wa...@ya.ru>
  Reviewed by:  bcr, emaste, tsoome
  Differential Revision:        https://reviews.freebsd.org/D25907

Modified:
  head/usr.bin/vtfontcvt/vtfontcvt.8

Modified: head/usr.bin/vtfontcvt/vtfontcvt.8
==============================================================================
--- head/usr.bin/vtfontcvt/vtfontcvt.8  Sun Aug  2 16:34:27 2020        
(r363770)
+++ head/usr.bin/vtfontcvt/vtfontcvt.8  Sun Aug  2 16:41:36 2020        
(r363771)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to