fontsrv(4): update man page for size of fontsrv subfonts

Fixes #432.
This commit is contained in:
Russ Cox 2020-07-22 20:03:29 -04:00
parent afa34a73a9
commit dd7c4e5104

View file

@ -31,13 +31,13 @@ and posted at
(default (default
.IR font ). .IR font ).
.PP .PP
The The
.B -p .B -p
option changes option changes
.IR fontsrv 's .IR fontsrv 's
behavior: rather than serve a file system, behavior: rather than serve a file system,
.I fontsrv .I fontsrv
prints to standard output the contents of the named prints to standard output the contents of the named
.IR path . .IR path .
If If
.I path .I path
@ -66,19 +66,19 @@ Each size directory contains a
file and subfont files file and subfont files
named named
.BR x0000.bit , .BR x0000.bit ,
.BR x0100.bit , .BR x0020.bit ,
and so on and so on
representing 256-character Unicode ranges. representing 32-character Unicode ranges.
.PP .PP
.I Openfont .I Openfont
(see (see
.IR graphics (3)) .IR graphics (3))
recognizes font paths beginning with recognizes font paths beginning with
.B /mnt/font .B /mnt/font
and implements them by invoking and implements them by invoking
.IR fontsrv ; .IR fontsrv ;
it need not be running already. it need not be running already.
See See
.IR font (7) .IR font (7)
for a full discussion of font name syntaxes. for a full discussion of font name syntaxes.
.SH EXAMPLES .SH EXAMPLES
@ -95,7 +95,7 @@ or:
% fontsrv -p . % fontsrv -p .
.EE .EE
.LP .LP
Run Run
.IR acme (1) .IR acme (1)
using the operating system's Monaco as the fixed-width font: using the operating system's Monaco as the fixed-width font:
.IP .IP