fc-conflist.sgml revision 1cc69409
1<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ 2 3<!-- 4Copyright © 2014 Red Hat, Inc. 5 6Permission to use, copy, modify, distribute, and sell this software and its 7documentation for any purpose is hereby granted without fee, provided that 8the above copyright notice appear in all copies and that both that 9copyright notice and this permission notice appear in supporting 10documentation, and that the name of the author(s) not be used in 11advertising or publicity pertaining to distribution of the software without 12specific, written prior permission. The authors make no 13representations about the suitability of this software for any purpose. It 14is provided "as is" without express or implied warranty. 15 16THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 17INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 18EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR 19CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 20DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 21TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 22PERFORMANCE OF THIS SOFTWARE. 23--> 24 25<!-- Process this file with docbook-to-man to generate an nroff manual 26 page: `docbook-to-man manpage.sgml > manpage.1'. You may view 27 the manual page with: `docbook-to-man manpage.sgml | nroff -man | 28 less'. A typical entry in a Makefile or Makefile.am is: 29 30manpage.1: manpage.sgml 31 docbook-to-man $< > $@ 32 33 34 The docbook-to-man binary is found in the docbook-to-man package. 35 Please remember that if you create the nroff version in one of the 36 debian/rules file targets (such as build), you will need to include 37 docbook-to-man in your Build-Depends control field. 38 39 --> 40 41 <!-- Fill in your name for FIRSTNAME and SURNAME. --> 42 <!ENTITY dhfirstname "<firstname>Akira</firstname>"> 43 <!ENTITY dhsurname "<surname>TAGOH</surname>"> 44 <!-- Please adjust the date whenever revising the manpage. --> 45 <!ENTITY dhdate "<date>Dec 21, 2021</date>"> 46 <!-- SECTION should be 1-8, maybe w/ subsection other parameters are 47 allowed: see man(7), man(1). --> 48 <!ENTITY dhsection "<manvolnum>1</manvolnum>"> 49 <!ENTITY dhemail "<email>akira@tagoh.org</email>"> 50 <!ENTITY dhusername "Akira TAGOH"> 51 <!ENTITY dhucpackage "<refentrytitle>fc-conflist</refentrytitle>"> 52 <!ENTITY dhpackage "fc-conflist"> 53 54 <!ENTITY gnu "<acronym>GNU</acronym>"> 55 <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> 56]> 57 58<refentry> 59 <refentryinfo> 60 <address> 61 &dhemail; 62 </address> 63 <author> 64 &dhfirstname; 65 &dhsurname; 66 </author> 67 <copyright> 68 <year>2014</year> 69 <holder>&dhusername;</holder> 70 </copyright> 71 &dhdate; 72 </refentryinfo> 73 <refmeta> 74 &dhucpackage; 75 76 &dhsection; 77 </refmeta> 78 <refnamediv> 79 <refname>&dhpackage;</refname> 80 81 <refpurpose>list the configuration files processed by Fontconfig</refpurpose> 82 </refnamediv> 83 <refsynopsisdiv> 84 <cmdsynopsis> 85 <command>&dhpackage;</command> 86 87 <arg><option>-Vh</option></arg> 88 <sbr> 89 <arg><option>--version</option></arg> 90 <arg><option>--help</option></arg> 91 92 </cmdsynopsis> 93 </refsynopsisdiv> 94 <refsect1> 95 <title>DESCRIPTION</title> 96 97 <para><command>&dhpackage;</command> prints an annotated list of all the configuration files processed by Fontconfig.</para> 98 <para>The output is a `-' or `+' depending on whether the file is ignored or processed, a space, the file's path, a colon and space, and the description from the file or `No description' if none is present.</para> 99 <para>The order of files looks like how fontconfig acautlly process them except one contains <include> element. 100 In that case, it will be shown after processing all the sub directories where is targeted by <include>.</para> 101 102 </refsect1> 103 <refsect1> 104 <title>OPTIONS</title> 105 106 <para>This program follows the usual &gnu; command line syntax, 107 with long options starting with two dashes (`-'). A summary of 108 options is included below.</para> 109 110 <variablelist> 111 <varlistentry> 112 <term><option>-V</option> 113 <option>--version</option> 114 </term> 115 <listitem> 116 <para>Show version of the program and exit.</para> 117 </listitem> 118 </varlistentry> 119 <varlistentry> 120 <term><option>-h</option> 121 <option>--help</option> 122 </term> 123 <listitem> 124 <para>Show summary of options.</para> 125 </listitem> 126 </varlistentry> 127 </variablelist> 128 </refsect1> 129 130 <refsect1> 131 <title>RETURN CODES</title> 132 <para><command>fc-conflist</command> returns error code 0 for successful parsing, 133 or 1 if any errors occurred or if at least one font face could not be opened.</para> 134 </refsect1> 135 136 <refsect1> 137 <title>AUTHOR</title> 138 139 <para>This manual page was updated by &dhusername; &dhemail;.</para> 140 141 </refsect1> 142</refentry> 143 144<!-- Keep this comment at the end of the file 145Local variables: 146mode: sgml 147sgml-omittag:t 148sgml-shorttag:t 149sgml-minimize-attributes:nil 150sgml-always-quote-attributes:t 151sgml-indent-step:2 152sgml-indent-data:t 153sgml-parent-document:nil 154sgml-default-dtd-file:nil 155sgml-exposed-tags:nil 156sgml-local-catalogs:nil 157sgml-local-ecat-files:nil 158End: 159--> 160