aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-07-22 20:03:29 -0400
committerRuss Cox <rsc@swtch.com>2020-07-22 20:03:55 -0400
commitdd7c4e51044ce779cb695d6b52bbba0982a42e28 (patch)
treecb240c5e40d7a353842bd302c251d23c1a81d2bb
parentafa34a73a91655f16d24abae491881ae45500d78 (diff)
downloadplan9port-dd7c4e51044ce779cb695d6b52bbba0982a42e28.tar.gz
plan9port-dd7c4e51044ce779cb695d6b52bbba0982a42e28.tar.bz2
plan9port-dd7c4e51044ce779cb695d6b52bbba0982a42e28.zip
fontsrv(4): update man page for size of fontsrv subfonts
Fixes #432.
-rw-r--r--man/man4/fontsrv.416
1 files changed, 8 insertions, 8 deletions
diff --git a/man/man4/fontsrv.4 b/man/man4/fontsrv.4
index 3fb0d66b..2ba7f2c1 100644
--- a/man/man4/fontsrv.4
+++ b/man/man4/fontsrv.4
@@ -31,13 +31,13 @@ and posted at
(default
.IR font ).
.PP
-The
+The
.B -p
-option changes
+option changes
.IR fontsrv 's
behavior: rather than serve a file system,
.I fontsrv
-prints to standard output the contents of the named
+prints to standard output the contents of the named
.IR path .
If
.I path
@@ -66,19 +66,19 @@ Each size directory contains a
file and subfont files
named
.BR x0000.bit ,
-.BR x0100.bit ,
+.BR x0020.bit ,
and so on
-representing 256-character Unicode ranges.
+representing 32-character Unicode ranges.
.PP
.I Openfont
(see
.IR graphics (3))
-recognizes font paths beginning with
+recognizes font paths beginning with
.B /mnt/font
and implements them by invoking
.IR fontsrv ;
it need not be running already.
-See
+See
.IR font (7)
for a full discussion of font name syntaxes.
.SH EXAMPLES
@@ -95,7 +95,7 @@ or:
% fontsrv -p .
.EE
.LP
-Run
+Run
.IR acme (1)
using the operating system's Monaco as the fixed-width font:
.IP