From: drh
Date: Tue, 23 Aug 2005 11:00:39 +0000 (+0000)
Subject: Fix typos in syntax documentation. Ticket #1374 and a report on the mailing
X-Git-Tag: version-3.6.10~3546
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c154875b16c7f6e707a5db541c134bdfc536080;p=thirdparty%2Fsqlite.git
Fix typos in syntax documentation. Ticket #1374 and a report on the mailing
list. (CVS 2613)
FossilOrigin-Name: 990d1f3a5b13cadc2930334c4bd7007e3645e75b
---
diff --git a/manifest b/manifest
index 0dd0a17988..145d28dad1 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Update\sthe\sdownload\spage\sof\sthe\swebsite\sto\shandle\sTEA\sbuilds\sand\sstarkits.\s(CVS\s2612)
-D 2005-08-22T02:10:46
+C Fix\stypos\sin\ssyntax\sdocumentation.\s\sTicket\s#1374\sand\sa\sreport\son\sthe\smailing\nlist.\s(CVS\s2613)
+D 2005-08-23T11:00:39
F Makefile.in b109ddb46a5550d0732dcd6caca01c123f6d5cdd
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -280,7 +280,7 @@ F www/faq.tcl 49f31a703f74c71ce66da646aaf18b07a5042672
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45
F www/index.tcl 4c4d89a608c946a5d4462e7fe06c064fb7fa604a
-F www/lang.tcl d55f580cff3f384ae82d29b1201babddf991f510
+F www/lang.tcl 0bf7cee29c6b235f14313b8cb91e85332f6ead0c
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
@@ -297,7 +297,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 545e702a23c7a6b09e10441d4137efe5a9618a84
-R ff9fc48680442d23e8081fedfd8290b0
+P 1fab599b6f89534152c53b820b5e6ee1ba30c059
+R fe67efd8fa92e473bdbc04271b047e9b
U drh
-Z f9f0edc10aea9b9384021b559b33f84f
+Z 32c4e707f1cb15d9729bec9a665ffd4a
diff --git a/manifest.uuid b/manifest.uuid
index dad6d13301..e6f1351363 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-1fab599b6f89534152c53b820b5e6ee1ba30c059
\ No newline at end of file
+990d1f3a5b13cadc2930334c4bd7007e3645e75b
\ No newline at end of file
diff --git a/www/lang.tcl b/www/lang.tcl
index 8e4fe79c86..34bd77f3c1 100644
--- a/www/lang.tcl
+++ b/www/lang.tcl
@@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the lang-*.html files.
#
-set rcsid {$Id: lang.tcl,v 1.95 2005/07/23 02:17:03 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.96 2005/08/23 11:00:39 drh Exp $}
source common.tcl
if {[llength $argv]>0} {
@@ -798,7 +798,7 @@ of another SELECT in place of a table name.
If the "TEMP" or "TEMPORARY" keyword occurs in between "CREATE"
-and "TABLE" then the table that is created is only visible to the
+and "VIEW" then the view that is created is only visible to the
process that opened the database and is automatically deleted when
the database is closed.
@@ -1174,7 +1174,8 @@ more than one result row, all rows after the first are ignored. If
the SELECT yields no rows, then the value of the SELECT is NULL.
A CAST expression changes the datatype of the into the
-type specified by . can be any non-empty type name that if valid
+type specified by <type>.
+<type> can be any non-empty type name that if valid
for the type in a column definition of a CREATE TABLE statement.
Both simple and aggregate functions are supported. A simple