]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix documentation typos. Tickets #2168 and #2560. (CVS 4201)
authordrh <drh@noemail.net>
Thu, 9 Aug 2007 00:00:26 +0000 (00:00 +0000)
committerdrh <drh@noemail.net>
Thu, 9 Aug 2007 00:00:26 +0000 (00:00 +0000)
FossilOrigin-Name: 4333b231af8866e3d2d75bc64083b6c36c8da8d8

manifest
manifest.uuid
www/lang.tcl
www/limits.tcl

index 901e8458a73a5d1b0490d6d0a48e1911536e3e88..dea2e0ade332b57ed0c30755222e0c3a75712907 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C More\stweaking\sof\slinkage.\s\sTicket\s#2554.\s(CVS\s4200)
-D 2007-08-08T12:11:21
+C Fix\sdocumentation\stypos.\s\sTickets\s#2168\sand\s#2560.\s(CVS\s4201)
+D 2007-08-09T00:00:26
 F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe
 F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -499,8 +499,8 @@ F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
 F www/index.tcl 9f8672c2165ecedf876d7b35f02da53eea6401b8
 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
-F www/lang.tcl d32eef14c40888a0e27c1c9968a7ae5692fa7858
-F www/limits.tcl ddf960819cb7b9c14362fcc19c6acaa9595f1f1b
+F www/lang.tcl bb73892bf99c81658ec46d0c7a87e54cd21d435b
+F www/limits.tcl 9035eb73e814ccb298595fd57670dec817533616
 F www/lockingv3.tcl e52345bd20323bef6146bfce18ae0829b2b7c87d
 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
 F www/mkapidoc.tcl 2fdbb765c38a4467687ba390e07c1229d4939a3b
@@ -523,7 +523,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P c09ec102c4f62e492dd3676ef0aa1a183d6ce3b3
-R cea8b15e0263240d01ec2143a968d634
+P 3759a38fe8e8a873dc3aae8dc99ca1010551b50b
+R fbc8a53c964f67498ae60776a27efd94
 U drh
-Z dc18878d52ac04956311ef0f83f758c1
+Z 404cedd8a438ac3496ecea6543b3ec13
index a736cb631ef64944d18e9c92cf5c32967b848471..700a9be2e2512d90431394899dee3d3bb09eb2ee 100644 (file)
@@ -1 +1 @@
-3759a38fe8e8a873dc3aae8dc99ca1010551b50b
\ No newline at end of file
+4333b231af8866e3d2d75bc64083b6c36c8da8d8
\ No newline at end of file
index ed4c6164e1b7259718d950a400d30f0b0356386f..8dd37c36ffab5de66e2c7330d88f454f258dd3f2 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this Tcl script to generate the lang-*.html files.
 #
-set rcsid {$Id: lang.tcl,v 1.132 2007/07/13 10:35:15 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.133 2007/08/09 00:00:26 drh Exp $}
 source common.tcl
 
 if {[llength $argv]>0} {
@@ -1081,7 +1081,7 @@ BLOB literals are string literals containing hexadecimal data and
 preceded by a single "x" or "X" character.  For example:</p>
 
 <blockquote><pre>
-X'53514697465'
+X'53514C697465'
 </pre></blockquote>
 
 <p>
@@ -1594,7 +1594,7 @@ If no column-list is specified then the number of values must
 be the same as the number of columns in the table.  If a column-list
 is specified, then the number of values must match the number of
 specified columns.  Columns of the table that do not appear in the
-column list are filled with the default value, or with NULL if not
+column list are filled with the default value, or with NULL if no
 default value is specified.
 </p>
 
index 9ea585faad0a988025a5afd88abd2fc36575e244..cf85e380d2e022692b3b7593d2163d5ff4de75ac 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this script to generate the limits.html output file
 #
-set rcsid {$Id: limits.tcl,v 1.4 2007/07/30 23:02:39 drh Exp $}
+set rcsid {$Id: limits.tcl,v 1.5 2007/08/09 00:00:26 drh Exp $}
 source common.tcl
 header {Implementation Limits For SQLite}
 puts {
@@ -27,9 +27,9 @@ it should work.
 
 <p>
 Unfortunately, the no-limits policy has been shown to create
-problems.  Because the upper bounds where not well
+problems.  Because the upper bounds were not well
 defined, they were not tested, and bugs (including possible
-security exploits) where often found when pushing SQLite to
+security exploits) were often found when pushing SQLite to
 extremes.  For this reason, newer versions of SQLite have
 well-defined limits and those limits are tested as part of
 the test suite.