From: "Xavier Neys" <neysx@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: mysql-howto.xml
Date: Wed, 24 Aug 2005 17:07:01 +0000 [thread overview]
Message-ID: <200508241706.j7OH6Bj5004469@robin.gentoo.org> (raw)
neysx 05/08/24 17:07:01
Modified: xml/htdocs/doc/en/draft mysql-howto.xml
Log:
Make verb forms more coherent
Revision Changes Path
1.3 +6 -6 xml/htdocs/doc/en/draft/mysql-howto.xml
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
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
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
Index: mysql-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/mysql-howto.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mysql-howto.xml 24 Aug 2005 14:47:01 -0000 1.2
+++ mysql-howto.xml 24 Aug 2005 17:07:01 -0000 1.3
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/mysql-howto.xml,v 1.2 2005/08/24 14:47:01 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/draft/mysql-howto.xml,v 1.3 2005/08/24 17:07:01 neysx Exp $ -->
<guide link="/doc/en/draft/mysql-howto.xml"> <!--Remove draft/ when mv'ing up to /doc/en/ -->
<title>MySQL Startup Guide</title>
@@ -53,8 +53,8 @@
flags enabled as they will help fine tune your installation.
</p>
-<pre caption="Install MySQL">
-<comment>(Viewing available USE flags)</comment>
+<pre caption="Installing MySQL">
+<comment>(View available USE flags)</comment>
# <i>emerge --pretend --verbose mysql</i>
<comment>(Install MySQL)</comment>
# <i>emerge mysql</i>
@@ -465,11 +465,11 @@
</p>
<pre caption="SELECT forms">
-<comment>(Selects all entries in a table)</comment>
+<comment>(Select all entries in a table)</comment>
SELECT * FROM table;
-<comment>(Selects specific entries in a table)</comment>
+<comment>(Select specific entries in a table)</comment>
SELECT * FROM table WHERE field=value;
-<comment>(Selects specific fields)</comment>
+<comment>(Select specific fields)</comment>
SELECT field1,field2,field3 FROM table [WHERE field=value];
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2005-08-24 17:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-24 17:07 Xavier Neys [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-05-19 20:35 [gentoo-doc-cvs] cvs commit: mysql-howto.xml Sven Vermeulen
2006-09-13 14:19 Jan Kundrat
2006-08-08 13:45 Xavier Neys
2005-12-15 15:39 Xavier Neys
2005-12-02 13:16 Xavier Neys
2005-08-26 19:51 Shyam Mani
2005-08-25 7:47 Shyam Mani
2005-08-25 5:21 Shyam Mani
2005-08-25 5:19 Shyam Mani
2005-08-24 14:47 Xavier Neys
2005-08-24 11:51 Shyam Mani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200508241706.j7OH6Bj5004469@robin.gentoo.org \
--to=neysx@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox