summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-01-07 14:16:07 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 17:54:38 -0800
commit18654870df3e8c65abc4443a0f510abd46c5fbaa (patch)
tree466cc5001757e2cd0368d26436c9de3fd872b079
parent1d15009075c3d316bd54c5861ac2859330ab2e64 (diff)
mkfontdir: Add references to mkfontscale to man page
Also convert (1) to (__appmansuffix__)
-rw-r--r--mkfontdir.man16
1 files changed, 10 insertions, 6 deletions
diff --git a/mkfontdir.man b/mkfontdir.man
index aa2485b..5b90284 100644
--- a/mkfontdir.man
+++ b/mkfontdir.man
@@ -25,7 +25,7 @@
.\"
.\" $XFree86: xc/programs/mkfontdir/mkfontdir.man,v 1.14 2001/11/01 23:35:34 dawes Exp $
.\"
-.TH MKFONTDIR 1 __xorgversion__
+.TH MKFONTDIR __appmansuffix__ __xorgversion__
.SH NAME
mkfontdir \- create an index of X font files in a directory
.SH SYNOPSIS
@@ -71,7 +71,10 @@ file "fonts.scale" can be used to name the scalable fonts in the
directory.
The fonts listed in it are copied to fonts.dir by
.IR mkfontdir .
-"fonts.scale" has the same format as the "fonts.dir" file.
+"fonts.scale" has the same format as the "fonts.dir" file, and can be
+created with the
+.IR mkfontscale (__appmansuffix__)
+program.
.SH "FONT NAME ALIASES"
The file "fonts.alias", which can be put in any directory of the font-path, is
used to map new names to existing fonts, and should be edited by hand. The
@@ -155,20 +158,21 @@ End options.
.B fonts.dir
List of fonts in the directory and the files they are stored in.
Created by \fImkfontdir\fP. Read by the X server and font server each
-time the font path is set (see xset(1)).
+time the font path is set (see xset(__appmansuffix__)).
.TP 15
.B fonts.scale
List of scalable fonts in the directory. Contents are copied to
-fonts.dir by \fImkfontdir\fP.
+fonts.dir by \fImkfontdir\fP. Can be created with
+.IR mkfontscale (__appmansuffix__).
.TP 15
.B fonts.alias
List of font name aliases.
Read by the X server and font server each
-time the font path is set (see xset(1)).
+time the font path is set (see xset(__appmansuffix__)).
.TP 15
.B encodings.dir
List of known encodings and the files they are stored in.
Created by \fImkfontdir\fP. Read by the X server and font server each
time a font with an unknown charset is opened.
.SH "SEE ALSO"
-X(__miscmansuffix__), Xserver(1), xfs(1), xset(1)
+X(__miscmansuffix__), Xserver(__appmansuffix__), mkfontscale(__appmansuffix__), xfs(__appmansuffix__), xset(__appmansuffix__)