From: drh Date: Tue, 23 Aug 2005 11:03:02 +0000 (+0000) Subject: Fix another documentation typo. (CVS 2614) X-Git-Tag: version-3.6.10~3545 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75757853a0203e3885944d502df955fd3fd205ea;p=thirdparty%2Fsqlite.git Fix another documentation typo. (CVS 2614) FossilOrigin-Name: 55f4b14e1958ff3d2b0c99749f0c01192bafbf37 --- diff --git a/manifest b/manifest index 145d28dad1..411404b27f 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -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 +C Fix\sanother\sdocumentation\stypo.\s(CVS\s2614) +D 2005-08-23T11:03:03 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 0bf7cee29c6b235f14313b8cb91e85332f6ead0c +F www/lang.tcl 9e27ecd2a2d3194191f820068f7bc70714178882 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 1fab599b6f89534152c53b820b5e6ee1ba30c059 -R fe67efd8fa92e473bdbc04271b047e9b +P 990d1f3a5b13cadc2930334c4bd7007e3645e75b +R 5c4127324d7c147b742490f904b18514 U drh -Z 32c4e707f1cb15d9729bec9a665ffd4a +Z 819ad2404c026915da7e299c86c26217 diff --git a/manifest.uuid b/manifest.uuid index e6f1351363..afed83de21 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -990d1f3a5b13cadc2930334c4bd7007e3645e75b \ No newline at end of file +55f4b14e1958ff3d2b0c99749f0c01192bafbf37 \ No newline at end of file diff --git a/www/lang.tcl b/www/lang.tcl index 34bd77f3c1..714ccb7b27 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.96 2005/08/23 11:00:39 drh Exp $} +set rcsid {$Id: lang.tcl,v 1.97 2005/08/23 11:03:03 drh Exp $} source common.tcl if {[llength $argv]>0} { @@ -1175,7 +1175,7 @@ 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 <type>. -<type> can be any non-empty type name that if valid +<type> can be any non-empty type name that is valid for the type in a column definition of a CREATE TABLE statement.

Both simple and aggregate functions are supported. A simple