diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-01-15 18:39:48 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-02-13 16:54:06 -0800 |
commit | 6bffe1a95bfd6609358d38590ad638c688232575 (patch) | |
tree | 515b3053dcda6bab42b7a343572a85e3804f4f31 /fc-list | |
parent | 4074fd254e5ad707448d3665a034e0fbdf6de033 (diff) |
Add fc-scan too that runs FcFileScan/FcDirScan
This is quite similar to fc-query, but calling FcFileScan/FcDirScan instead
of FcFreeTypeQuery.
Diffstat (limited to 'fc-list')
-rw-r--r-- | fc-list/fc-list.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fc-list/fc-list.sgml b/fc-list/fc-list.sgml index 5807ed1a..cc987794 100644 --- a/fc-list/fc-list.sgml +++ b/fc-list/fc-list.sgml @@ -174,12 +174,13 @@ manpage.1: manpage.sgml <title>SEE ALSO</title> <para> - <command>fc-cat</command>(1) - <command>fc-cache</command>(1) <command>fc-match</command>(1) - <command>fc-query</command>(1) <function>FcFontList</function>(3) <function>FcPatternFormat</function>(3) + <command>fc-cat</command>(1) + <command>fc-cache</command>(1) + <command>fc-query</command>(1) + <command>fc-scan</command>(1) </para> <para>The fontconfig user's guide, in HTML format: |