Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-howto.xml
Date: Wed, 24 Aug 2005 17:07:22
Message-Id: 200508241706.j7OH6Bj5004469@robin.gentoo.org
1 neysx 05/08/24 17:07:01
2
3 Modified: xml/htdocs/doc/en/draft mysql-howto.xml
4 Log:
5 Make verb forms more coherent
6
7 Revision Changes Path
8 1.3 +6 -6 xml/htdocs/doc/en/draft/mysql-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/mysql-howto.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/mysql-howto.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/draft/mysql-howto.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
13
14 Index: mysql-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/mysql-howto.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- mysql-howto.xml 24 Aug 2005 14:47:01 -0000 1.2
21 +++ mysql-howto.xml 24 Aug 2005 17:07:01 -0000 1.3
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/mysql-howto.xml,v 1.2 2005/08/24 14:47:01 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/mysql-howto.xml,v 1.3 2005/08/24 17:07:01 neysx Exp $ -->
27
28 <guide link="/doc/en/draft/mysql-howto.xml"> <!--Remove draft/ when mv'ing up to /doc/en/ -->
29 <title>MySQL Startup Guide</title>
30 @@ -53,8 +53,8 @@
31 flags enabled as they will help fine tune your installation.
32 </p>
33
34 -<pre caption="Install MySQL">
35 -<comment>(Viewing available USE flags)</comment>
36 +<pre caption="Installing MySQL">
37 +<comment>(View available USE flags)</comment>
38 # <i>emerge --pretend --verbose mysql</i>
39 <comment>(Install MySQL)</comment>
40 # <i>emerge mysql</i>
41 @@ -465,11 +465,11 @@
42 </p>
43
44 <pre caption="SELECT forms">
45 -<comment>(Selects all entries in a table)</comment>
46 +<comment>(Select all entries in a table)</comment>
47 SELECT * FROM table;
48 -<comment>(Selects specific entries in a table)</comment>
49 +<comment>(Select specific entries in a table)</comment>
50 SELECT * FROM table WHERE field=value;
51 -<comment>(Selects specific fields)</comment>
52 +<comment>(Select specific fields)</comment>
53 SELECT field1,field2,field3 FROM table [WHERE field=value];
54 </pre>
55
56
57
58
59 --
60 gentoo-doc-cvs@g.o mailing list