The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=1f5795b6422a1c6e4b71fd7e93717522ccb822f9
commit 1f5795b6422a1c6e4b71fd7e93717522ccb822f9 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-02-01 00:24:22 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-01 00:27:37 +0000 INDEX.fonts: Minor maintenance + Mention relevance of this file in the vt manual screen.font entry + The vidfont manual is in section one, not eight + Remove leftover blank line from freebsd tag removal MFC after: 3 days --- share/man/man4/vt.4 | 3 +++ share/syscons/fonts/INDEX.fonts | 3 +-- share/vt/fonts/INDEX.fonts | 3 +-- stand/fonts/INDEX.fonts | 3 +-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man4/vt.4 b/share/man/man4/vt.4 index 71682d23221c..1acd4e7c63e0 100644 --- a/share/man/man4/vt.4 +++ b/share/man/man4/vt.4 @@ -285,6 +285,9 @@ to the number. .It Va screen.font Set this value to the base name of the desired font file located in .Pa /boot/fonts . +The font must be specified in the +.Pa INDEX.fonts +file located there. Fonts can be converted for use with .Xr vtfontcvt 8 . .El diff --git a/share/syscons/fonts/INDEX.fonts b/share/syscons/fonts/INDEX.fonts index 3dc1f74f2bb0..104c260485f3 100644 --- a/share/syscons/fonts/INDEX.fonts +++ b/share/syscons/fonts/INDEX.fonts @@ -1,6 +1,5 @@ # -# -# database for vidfont(8) +# database for vidfont(1) # # Format <file>:<lang>:<description> # diff --git a/share/vt/fonts/INDEX.fonts b/share/vt/fonts/INDEX.fonts index dee9e855c42e..d398358299a3 100644 --- a/share/vt/fonts/INDEX.fonts +++ b/share/vt/fonts/INDEX.fonts @@ -1,6 +1,5 @@ # -# -# database for vidfont(8) +# database for vidfont(1) # # Format <file>:<lang>:<description> # diff --git a/stand/fonts/INDEX.fonts b/stand/fonts/INDEX.fonts index fc035c6b2e4e..d4287a570863 100644 --- a/stand/fonts/INDEX.fonts +++ b/stand/fonts/INDEX.fonts @@ -1,6 +1,5 @@ # -# -# database for vidfont(8) +# database for vidfont(1) # # Format <file>:<lang>:<description> #
