diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-13 05:26:50 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-13 05:26:50 +0000 |
commit | a1e98fa858537daa467340c7b9fa023544eb8f4d (patch) | |
tree | dba4f0923983f42bb37a5cd42b710acfebc42d39 /xlsfonts.c | |
parent | e152124c2d9a3f98ea8f3df487117dc7a0176b87 (diff) |
xc/programs/xlsfonts/Imakefile
xc/programs/xlsfonts/xlsfonts.c
xc/programs/xlsfonts/xlsfonts.man
xc/programs/xlsfonts/xlsfonts.sgml
xc/programs/xplsprinters/xplsprinters.html
xc/programs/xplsprinters/xplsprinters.man
//freedesktop.org/bugzilla/show_bug.cgi?id=1551) attachment #1025
(https://bugs.freedesktop.org/attachment.cgi?id=1025): 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"); |