diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-12-02 15:06:13 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-12-02 15:06:13 -0800 |
commit | 61895ed16c0c06e4d6b2abeb8ff292d53b4ea499 (patch) | |
tree | 9d4d09184cc5ac8a297ca2902619655d53a016a4 /doc/fcfile.fncs | |
parent | b1aa20098f641a16d02e70a161450e6b85afe410 (diff) |
Add space between type and formal in devel man pages (bug 8935)
Most parameters are pointers and have '*' in the type; for those
which do not, use '%' to mark where a space needs to be inserted.
Diffstat (limited to 'doc/fcfile.fncs')
-rw-r--r-- | doc/fcfile.fncs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fcfile.fncs b/doc/fcfile.fncs index c0ac7556..2aa46e18 100644 --- a/doc/fcfile.fncs +++ b/doc/fcfile.fncs @@ -29,7 +29,7 @@ @TYPE3@ FcFileCache * @ARG3@ cache @TYPE4@ FcBlanks * @ARG4@ blanks @TYPE5@ const char * @ARG5@ file -@TYPE6@ FcBool @ARG6@ force +@TYPE6@ FcBool% @ARG6@ force @PURPOSE@ scan a font file @DESC@ Scans a single file and adds all fonts found to <parameter>set</parameter>. @@ -46,7 +46,7 @@ associated information is found in <parameter>cache</parameter>. If @TYPE3@ FcFileCache * @ARG3@ cache @TYPE4@ FcBlanks * @ARG4@ blanks @TYPE5@ const char * @ARG5@ dir -@TYPE6@ FcBool @ARG6@ force +@TYPE6@ FcBool% @ARG6@ force @PURPOSE@ scan a font directory @DESC@ Scans an entire directory and adds all fonts found to |