Fix typos in syntax documentation. Ticket #1374 and a report on the mailing

list. (CVS 2613)

FossilOrigin-Name: 990d1f3a5b13cadc2930334c4bd7007e3645e75b
This commit is contained in:
drh
2005-08-23 11:00:39 +00:00
parent ff1bc76916
commit 8c154875b1
3 changed files with 11 additions and 10 deletions
+6 -6
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
1fab599b6f89534152c53b820b5e6ee1ba30c059
990d1f3a5b13cadc2930334c4bd7007e3645e75b
+4 -3
View File
@@ -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.
</p>
<p>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.</p>
@@ -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.</p>
<p>A CAST expression changes the datatype of the <expr> into the
type specified by <type>. <type> can be any non-empty type name that if valid
type specified by &lt;type&gt;.
&lt;type&gt; can be any non-empty type name that if valid
for the type in a column definition of a CREATE TABLE statement.</p>
<p>Both simple and aggregate functions are supported. A simple