diff options
author | June McEnroe <june@causal.agency> | 2018-10-03 16:34:09 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-03 16:34:09 -0400 |
commit | 9e54ca8080471ba56a9386c04ec3548e30ca6d52 (patch) | |
tree | 7105606b777b504e33fbb489825754d9d64ddfc4 /bin/man/psfed.1 | |
parent | Fix ≈ glyph of sans6x8 (diff) | |
download | src-9e54ca8080471ba56a9386c04ec3548e30ca6d52.tar.gz src-9e54ca8080471ba56a9386c04ec3548e30ca6d52.zip |
Add -H flag to psfed to increase height
Diffstat (limited to '')
-rw-r--r-- | bin/man/psfed.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/man/psfed.1 b/bin/man/psfed.1 index f0709594..11f0fb94 100644 --- a/bin/man/psfed.1 +++ b/bin/man/psfed.1 @@ -8,6 +8,7 @@ . .Sh SYNOPSIS .Nm +.Op Fl H Ar height .Op Fl g Ar glyphs .Op Fl h Ar height .Op Fl w Ar width @@ -22,6 +23,10 @@ for the Linux framebuffer. The arguments are as follows: . .Bl -tag -width Ds +.It Fl H Ar height +Modify the height of an existing font. +Only increasing the height is allowed. +. .It Fl g Ar glyphs Set the number of glyphs in a new font. The default number of glyphs is 256. |