diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-01 00:24:22 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-01 00:27:37 +0000 |
| commit | 1f5795b6422a1c6e4b71fd7e93717522ccb822f9 (patch) | |
| tree | dc343044b6fedd090550adc6e52741bae29400d3 | |
| parent | 1731fc70f7344af08db49b06c63c963fa12ee354 (diff) | |
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
| -rw-r--r-- | share/man/man4/vt.4 | 3 | ||||
| -rw-r--r-- | share/syscons/fonts/INDEX.fonts | 3 | ||||
| -rw-r--r-- | share/vt/fonts/INDEX.fonts | 3 | ||||
| -rw-r--r-- | 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> # |
