]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fcmatrix.fncs
Bug 41171 - Invalid use of memset
[fontconfig.git] / doc / fcmatrix.fncs
index fd680e45855bc39248d79aaddd83609c41d0e95b..a53ade9464d55fe6de4645c97f12ed22b677d697 100644 (file)
@@ -7,9 +7,9 @@
  * documentation for any purpose is hereby granted without fee, provided that
  * the above copyright notice appear in all copies and that both that
  * copyright notice and this permission notice appear in supporting
- * documentation, and that the name of Keith Packard not be used in
+ * documentation, and that the name of the author(s) not be used in
  * advertising or publicity pertaining to distribution of the software without
- * specific, written prior permission.  Keith Packard makes no
+ * specific, written prior permission.  The authors make no
  * representations about the suitability of this software for any purpose.  It
  * is provided "as is" without express or implied warranty.
  *
@@ -97,11 +97,11 @@ matrix:
 @DESC@
 <function>FcMatrixScale</function> multiplies <parameter>matrix</parameter>
 x values by <parameter>sx</parameter> and y values by
-<parameter>sy</parameter>.  This is done by multiplying by
+<parameter>dy</parameter>.  This is done by multiplying by
 the matrix:
 <programlisting>
    sx  0
-   0   sy
+   0   dy
 </programlisting>
 @@