From: drh Date: Fri, 2 Feb 2007 12:33:16 +0000 (+0000) Subject: Fix typos in the pragma documentation. Ticket #2210. (CVS 3625) X-Git-Tag: version-3.6.10~2545 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bba63d8bc2faaf275caedc5fff1b200dc3e9d657;p=thirdparty%2Fsqlite.git Fix typos in the pragma documentation. Ticket #2210. (CVS 3625) FossilOrigin-Name: f0c66ad8e9bc303e3173438a56e47802c8fdde05 --- diff --git a/manifest b/manifest index 06cd220878..62290d1aa0 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C First\scut\sat\sadding\sthe\sCOLLATE\soperator.\s\sRegression\stests\spass\s(or\sat\sleast\nthe\squick\sset\sdoes)\sand\sa\sfew\snew\stests\shave\sbeen\sadded.\s\sBut\smany\smore\ntests\sare\sneeded.\s\sRules\sfor\scombining\scollations\sneed\sto\sbe\sworked\sout.\s(CVS\s3624) -D 2007-02-01T23:02:45 +C Fix\stypos\sin\sthe\spragma\sdocumentation.\s\sTicket\s#2210.\s(CVS\s3625) +D 2007-02-02T12:33:17 F Makefile.in 7fa74bf4359aa899da5586e394d17735f221315f F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -416,7 +416,7 @@ F www/opcode.tcl 5bd68059416b223515a680d410a9f7cb6736485f F www/optimizer.tcl d6812a10269bd0d7c488987aac0ad5036cace9dc F www/optimizing.tcl f0b2538988d1bbad16cbfe63ec6e8f48c9eb04e5 F www/optoverview.tcl 815df406a38c9f69b27d37e8f7ede004c6d9f19e -F www/pragma.tcl 74544f5564bbb6d9809cf35b4c05ebdfee469165 +F www/pragma.tcl ae80ad36e47d37025a2928c74aed3e6445ea4801 F www/quickstart.tcl 8708a4ca83fbf55c66af1782992626f20c3df095 F www/shared.gif 265bae80c5b311c5a86e47662821076ffaf5c6ea F www/sharedcache.tcl 3ebec81110e606af6fd65a3c4c19562cb173b29c @@ -428,7 +428,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 936263966ea70792e8abb712730f78cafa1fdbad -R 2d8d95cad338f4e2489cbc3239cd084f +P 85cca7cd252d46ba71d302a89bc67c56146ec552 +R d8f2f27fd4898ee810910b4a4a23b048 U drh -Z f3d08231d49c025fe236a57faf179faf +Z 34857a339a05810f6531dd10590ab571 diff --git a/manifest.uuid b/manifest.uuid index 628e774c7d..88a0598146 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -85cca7cd252d46ba71d302a89bc67c56146ec552 \ No newline at end of file +f0c66ad8e9bc303e3173438a56e47802c8fdde05 \ No newline at end of file diff --git a/www/pragma.tcl b/www/pragma.tcl index a8dc281096..1116574a7e 100644 --- a/www/pragma.tcl +++ b/www/pragma.tcl @@ -1,7 +1,7 @@ # # Run this Tcl script to generate the pragma.html file. # -set rcsid {$Id: pragma.tcl,v 1.19 2007/01/27 02:24:57 drh Exp $} +set rcsid {$Id: pragma.tcl,v 1.20 2007/02/02 12:33:17 drh Exp $} source common.tcl header {Pragma statements supported by SQLite} @@ -228,11 +228,11 @@ puts { flag. When this flag is on, new SQLite databases are created in a file format that is readable and writable by all versions of SQLite going back to 3.0.0. When the flag is off, new databases - are created using the latest file format which might to be + are created using the latest file format which might not be readable or writable by older versions of SQLite.

-

This flag only effects newly created databases. It has no - effect on databases that already exists.

+

This flag only affects newly created databases. It has no + effect on databases that already exist.