[cairo-commit] cairo/doc/public/tmpl cairo-matrix.sgml, 1.10, 1.11 cairo-status.sgml, 1.1, 1.2 cairo-types.sgml, 1.1, 1.2 cairo.sgml, 1.32, 1.33

Carl Worth commit at pdx.freedesktop.org
Tue Aug 23 22:48:15 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/doc/public/tmpl
In directory gabe:/tmp/cvs-serv10222/doc/public/tmpl

Modified Files:
	cairo-matrix.sgml cairo-status.sgml cairo-types.sgml 
	cairo.sgml 
Log Message:

2005-08-23  Carl Worth  <cworth at cworth.org>

        * doc/public/tmpl/cairo-matrix.sgml:
        * doc/public/tmpl/cairo-status.sgml:
        * doc/public/tmpl/cairo-types.sgml:
        * doc/public/tmpl/cairo.sgml: Prefer cairo over Cairo when not at
        the beginning of a sentence.


Index: cairo-matrix.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-matrix.sgml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- cairo-matrix.sgml	24 Aug 2005 02:52:09 -0000	1.10
+++ cairo-matrix.sgml	24 Aug 2005 05:48:13 -0000	1.11
@@ -9,7 +9,7 @@
 <!-- ##### SECTION Long_Description ##### -->
 
   <para><indexterm><primary>types</primary><secondary>cairo_matrix</secondary></indexterm><indexterm><primary/></indexterm>
-    #cairo_matrix_t is used throughout Cairo to convert between different
+    #cairo_matrix_t is used throughout cairo to convert between different
     coordinate spaces.  A #cairo_matrix_t holds an affine transformation,
     such as a scale, rotation, shear, or a combination of these.
     The transformation on a point (<literal>x</literal>,<literal>y</literal>)

Index: cairo-status.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-status.sgml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo-status.sgml	23 Aug 2005 05:11:44 -0000	1.1
+++ cairo-status.sgml	24 Aug 2005 05:48:13 -0000	1.2
@@ -4,7 +4,7 @@
 
 <!-- ##### SECTION Short_Description ##### -->
 
-  Decoding Cairo's status
+  Decoding cairo's status
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>

Index: cairo-types.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-types.sgml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo-types.sgml	23 Aug 2005 05:11:44 -0000	1.1
+++ cairo-types.sgml	24 Aug 2005 05:48:13 -0000	1.2
@@ -4,7 +4,7 @@
 
 <!-- ##### SECTION Short_Description ##### -->
 
-  Generic data types used in the Cairo API
+  Generic data types used in the cairo API
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>

Index: cairo.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo.sgml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- cairo.sgml	24 Aug 2005 04:36:08 -0000	1.32
+++ cairo.sgml	24 Aug 2005 05:48:13 -0000	1.33
@@ -4,13 +4,13 @@
 
 <!-- ##### SECTION Short_Description ##### -->
 
-  The Cairo drawing context
+  The cairo drawing context
 
 <!-- ##### SECTION Long_Description ##### -->
 
   <para>
-    #cairo_t is the main object used when drawing with Cairo. To
-    draw with Cairo, you create a #cairo_t, set the target surface,
+    #cairo_t is the main object used when drawing with cairo. To
+    draw with cairo, you create a #cairo_t, set the target surface,
     and drawing options for the #cairo_t, create shapes with
     functions like cairo_move_to() and cairo_line_to(), and then
     draw shapes with cairo_stroke() or cairo_fill().



More information about the cairo-commit mailing list