summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-09-10 13:36:39 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-09-10 13:36:39 -0700
commit5a8a115aa49d06e29a32d1fc5466308b00e9095a (patch)
treef241c07fae6e738a1d99ef7e160273ce7ccecd5b
parent15c6839c0c23869a92e94109ec7310627720e841 (diff)
man page: emphasize this program is for querying xfs
Try to answer the question "How is this different from xlsfonts?" Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--man/fslsfonts.man5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/fslsfonts.man b/man/fslsfonts.man
index e5975c5..371d5ff 100644
--- a/man/fslsfonts.man
+++ b/man/fslsfonts.man
@@ -31,7 +31,8 @@ fslsfonts \- list fonts served by X font server
[\-options ...] [\-fn pattern]
.SH DESCRIPTION
.I fslsfonts
-lists the fonts that match the given \fIpattern\fP.
+lists the fonts available from a xfs(__appmansuffix__) font server
+that match the given \fIpattern\fP.
The wildcard character "*" may be used to match any sequence of
characters (including none), and "?" to match any single character.
If no pattern is given, "*" is assumed.
@@ -100,7 +101,7 @@ section of X(__miscmansuffix__).
xfs(__appmansuffix__), showfont(__appmansuffix__), xlsfonts(__appmansuffix__),
X(__miscmansuffix__).
.SH BUGS
-Doing ``fslsfonts \-l'' can tie up your server for a very long time.
+Doing ``fslsfonts \-l'' can tie up your font server for a very long time.
This is really a bug with single-threaded non-preemptable servers, not with
this program.
.SH AUTHOR