diff options
author | marha <marha@users.sourceforge.net> | 2013-09-25 09:37:58 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-09-25 09:37:58 +0200 |
commit | 1245204b2091d108a8688ff7f749f2c6cc830381 (patch) | |
tree | c903bf477d9ddf666685494f3b035680d5d41580 /fontconfig/fc-list/fc-list.sgml | |
parent | b299d73bb416e2a26a642a54d5a15ea9fa30df33 (diff) | |
parent | 14718f10dcda487178690de9a51cc5acdf21e468 (diff) | |
download | vcxsrv-1245204b2091d108a8688ff7f749f2c6cc830381.tar.gz vcxsrv-1245204b2091d108a8688ff7f749f2c6cc830381.tar.bz2 vcxsrv-1245204b2091d108a8688ff7f749f2c6cc830381.zip |
Merge remote-tracking branch 'origin/released'
* origin/released:
fontconfig mesa git update 25 Sep 2013
Diffstat (limited to 'fontconfig/fc-list/fc-list.sgml')
-rw-r--r-- | fontconfig/fc-list/fc-list.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fontconfig/fc-list/fc-list.sgml b/fontconfig/fc-list/fc-list.sgml index c4a82cd6f..0eb704de4 100644 --- a/fontconfig/fc-list/fc-list.sgml +++ b/fontconfig/fc-list/fc-list.sgml @@ -69,6 +69,10 @@ manpage.1: manpage.sgml <arg><option>-f</option> <option><replaceable>format</replaceable></option></arg> <arg><option>--format</option> <option><replaceable>format</replaceable></option></arg> </group> + <group> + <arg><option>-q</option></arg> + <arg><option>--quiet</option></arg> + </group> <arg><option>--version</option></arg> <arg><option>--help</option></arg> <sbr> @@ -114,6 +118,14 @@ manpage.1: manpage.sgml </listitem> </varlistentry> <varlistentry> + <term><option>-q</option> + <option>--quiet</option> + </term> + <listitem> + <para>Suppress all normal output. returns 1 as the error code if no fonts matched.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>-V</option> <option>--version</option> </term> |