]> git.wh0rd.org - fontconfig.git/commitdiff
More doc typo fixes
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 15 Feb 2010 01:27:22 +0000 (20:27 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 15 Feb 2010 01:27:22 +0000 (20:27 -0500)
doc/fcformat.fncs

index 0d9bf7c236bf8dcc2604d4e969b3ced406e193bd..dbddf65b9151b8baf57dd9f09feb3f43b2a590d7 100644 (file)
@@ -66,7 +66,7 @@ A <firstterm>simple</firstterm> tag
 is one where the content is an identifier.  When simple
 tags are expanded, the named identifier will be looked up in
 <parameter>pattern</parameter> and the resulting list of values returned,
 is one where the content is an identifier.  When simple
 tags are expanded, the named identifier will be looked up in
 <parameter>pattern</parameter> and the resulting list of values returned,
-joined together using comma.  For example, to print the family name and style the
+joined together using comma.  For example, to print the family name and style of the
 pattern, use the format "%{family} %{style}\n".  To extend the family column
 to forty characters use "%-40{family}%{style}\n".
 
 pattern, use the format "%{family} %{style}\n".  To extend the family column
 to forty characters use "%-40{family}%{style}\n".
 
@@ -112,7 +112,7 @@ A <firstterm>sub-expression</firstterm> tag
 is one that expands a sub-expression.  The tag contents
 are the sub-expression to expand placed inside another set of curly braces.
 Sub-expression tags are useful for aligning an entire sub-expression, or to
 is one that expands a sub-expression.  The tag contents
 are the sub-expression to expand placed inside another set of curly braces.
 Sub-expression tags are useful for aligning an entire sub-expression, or to
-apply converters (explained later) on an entire sub-expression.
+apply converters (explained later) to the entire sub-expression output.
 For example, the format "%40{{%{family} %{style}}}" expands the sub-expression
 to construct the family name followed by the style, then takes the entire
 string and pads it on the left to be at least forty characters.
 For example, the format "%40{{%{family} %{style}}}" expands the sub-expression
 to construct the family name followed by the style, then takes the entire
 string and pads it on the left to be at least forty characters.