diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-10-07 03:53:20 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-10-07 03:53:20 +0000 |
commit | 22ac7ab05c6917dbd36be4ea0429cef2a6e3fa0e (patch) | |
tree | dba4f0923983f42bb37a5cd42b710acfebc42d39 /xlsfonts.c | |
parent | 856414eb1a5a20f379472b9eaa0f114c6c18d806 (diff) |
Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1551 - Convert
"xlsfonts" manual page to DocBook format (and document the new
functionality introduced with bug #1518).
Diffstat (limited to 'xlsfonts.c')
-rw-r--r-- | xlsfonts.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,9 +93,9 @@ void usage(void) fprintf (stderr, " -1 force single column\n"); fprintf (stderr, " -u keep output unsorted\n"); #ifdef BUILD_PRINTSUPPORT - fprintf (stderr, " -b list printer builtin fonts (default)\n"); + fprintf (stderr, " -b list printer builtin fonts\n"); fprintf (stderr, " -B do not list printer builtin fonts\n"); - fprintf (stderr, " -g list glyph fonts (default)\n"); + fprintf (stderr, " -g list glyph fonts\n"); fprintf (stderr, " -G do not list glyph fonts\n"); fprintf (stderr, " -x mode enable listfont mode\n"); fprintf (stderr, " -X mode disable listfont mode\n"); |