From 0b7dd26f5e7c3d3a780f71c74118e8adfd9ac04d Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 27 Aug 2010 20:41:56 -0400 Subject: Change xlsfonts DocBook XML file extension from .sgml to .xml This file is used as the input format for the man page. Signed-off-by: Gaetan Nadon --- Makefile.am | 2 +- xlsfonts.sgml | 273 ---------------------------------------------------------- xlsfonts.xml | 273 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 274 insertions(+), 274 deletions(-) delete mode 100644 xlsfonts.sgml create mode 100644 xlsfonts.xml diff --git a/Makefile.am b/Makefile.am index e6a1df8..bb83e7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ xlsfonts_SOURCES = \ appman_PRE = \ xlsfonts.man -EXTRA_DIST = xlsfonts.sgml autogen.sh +EXTRA_DIST = xlsfonts.xml autogen.sh .PHONY: ChangeLog INSTALL diff --git a/xlsfonts.sgml b/xlsfonts.sgml deleted file mode 100644 index c4bf859..0000000 --- a/xlsfonts.sgml +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - xlsfonts - __appmansuffix__ - - - - xlsfonts - server font list displayer for X - - - - - xlsfonts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DESCRIPTION - - - xlsfonts lists the fonts that match the given pattern. - 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. - - - The "*" and "?" characters must be quoted to prevent them from being expanded by the shell. - - - - - OPTIONS - - - - - - - - This option specifies the X server to contact. - - - - - - - - - - Same as . - - - - - - - - - - Lists some attributes of the font on one line in addition - to its name. - - - - - - - - - - Lists font properties in addition to output. - - - - - - - - - - Lists character metrics in addition to output. - - - - - - - - - - This option indicates that long listings should also print - the minimum and maximum bounds of each font. - - - - - - - - - - This option indicates that listings should use multiple columns. - This is the same as . - - - - - - - - - - This option indicates that listings should use a single column. - This is the same as . - - - - - - - - - - This option specifies the width in characters that should be - used in figuring out how many columns to print. - The default is 79. - - - - - - - - - - This option specifies the number of columns to use in - displaying the output. By default, it will attempt to - fit as many columns of font names into the number of - character specified by width. - - - - - - - - - - This option indicates that the output should be left unsorted. - - - - - - - - - - This option indicates that xlsfonts should do an OpenFont - (and QueryFont, if appropriate) rather than a ListFonts. - This is useful if ListFonts or ListFontsWithInfo fail to - list a known font (as is the case with some scaled font - systems). - - - - - - - - - - This option specifies the font name pattern to match. - - - - - - - - SEE ALSO - - - X__miscmansuffix__ - Xserver__appmansuffix__ - xset__appmansuffix__ - xfd__appmansuffix__ - X Logical Font Description Conventions - - - - - - ENVIRONMENT - - - - DISPLAY - - - DISPLAY must be set to get the default host and display to use. - - - - - - - - - BUGS - - - Doing ``xlsfonts -l'' can tie up your server for a very long time. - This is really a bug with single-threaded - non-preemptable servers, not with this program. - - - - - AUTHOR - - - - Mark Lillibridge MIT Project Athena - Jim Fulton MIT X Consortium - Phil Karlton SGI - Roland Mainz University Giessen - - - - - - - diff --git a/xlsfonts.xml b/xlsfonts.xml new file mode 100644 index 0000000..c4bf859 --- /dev/null +++ b/xlsfonts.xml @@ -0,0 +1,273 @@ + + + + + + + xlsfonts + __appmansuffix__ + + + + xlsfonts + server font list displayer for X + + + + + xlsfonts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DESCRIPTION + + + xlsfonts lists the fonts that match the given pattern. + 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. + + + The "*" and "?" characters must be quoted to prevent them from being expanded by the shell. + + + + + OPTIONS + + + + + + + + This option specifies the X server to contact. + + + + + + + + + + Same as . + + + + + + + + + + Lists some attributes of the font on one line in addition + to its name. + + + + + + + + + + Lists font properties in addition to output. + + + + + + + + + + Lists character metrics in addition to output. + + + + + + + + + + This option indicates that long listings should also print + the minimum and maximum bounds of each font. + + + + + + + + + + This option indicates that listings should use multiple columns. + This is the same as . + + + + + + + + + + This option indicates that listings should use a single column. + This is the same as . + + + + + + + + + + This option specifies the width in characters that should be + used in figuring out how many columns to print. + The default is 79. + + + + + + + + + + This option specifies the number of columns to use in + displaying the output. By default, it will attempt to + fit as many columns of font names into the number of + character specified by width. + + + + + + + + + + This option indicates that the output should be left unsorted. + + + + + + + + + + This option indicates that xlsfonts should do an OpenFont + (and QueryFont, if appropriate) rather than a ListFonts. + This is useful if ListFonts or ListFontsWithInfo fail to + list a known font (as is the case with some scaled font + systems). + + + + + + + + + + This option specifies the font name pattern to match. + + + + + + + + SEE ALSO + + + X__miscmansuffix__ + Xserver__appmansuffix__ + xset__appmansuffix__ + xfd__appmansuffix__ + X Logical Font Description Conventions + + + + + + ENVIRONMENT + + + + DISPLAY + + + DISPLAY must be set to get the default host and display to use. + + + + + + + + + BUGS + + + Doing ``xlsfonts -l'' can tie up your server for a very long time. + This is really a bug with single-threaded + non-preemptable servers, not with this program. + + + + + AUTHOR + + + + Mark Lillibridge MIT Project Athena + Jim Fulton MIT X Consortium + Phil Karlton SGI + Roland Mainz University Giessen + + + + + + + -- cgit v1.2.3