]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo in file format documentation. Ticket #502. (CVS 1120)
authordrh <drh@noemail.net>
Mon, 24 Nov 2003 23:11:08 +0000 (23:11 +0000)
committerdrh <drh@noemail.net>
Mon, 24 Nov 2003 23:11:08 +0000 (23:11 +0000)
FossilOrigin-Name: 72f3e7c2b0258271956ed7a43b3388bb74bf62ec

manifest
manifest.uuid
www/fileformat.tcl

index d35d05653a5ee3ad1e83e424a0a8ad9c64746e48..2599e8b206963c878a40ea14a0de07932e834ec0 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\stypo\sin\sa\s#define\sthat\swas\scommented\sout.\s\sNo\simpact\sto\sworking\scode.\nTicket\s#476.\s(CVS\s1119)
-D 2003-11-11T23:30:36
+C Fix\stypo\sin\sfile\sformat\sdocumentation.\s\sTicket\s#502.\s(CVS\s1120)
+D 2003-11-24T23:11:08
 F Makefile.in 5cb273b7d0e945d47ee8b9ad1c2a04ce79927d2d
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -163,7 +163,7 @@ F www/datatypes.tcl 0cb28565580554fa7e03e8fcb303e87ce57757ae
 F www/download.tcl 0932d7f4f0e8b2adbbd22fac73132f86e43ab4a9
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl 88d3b95d9cd8e374772daa3a646c4d107e7f3e9b
-F www/fileformat.tcl ae6ccf3ffddb180a5af173cd6ee102169629762b
+F www/fileformat.tcl 09a1aa60bcc229659d53d4564600956bc2b84e26
 F www/formatchng.tcl ca6cc1cb1bef9bc36f0619049d3c95e749bc6983
 F www/index.tcl 3530ab3c43e2f34f114d16495d19cc1751d12446
 F www/lang.tcl 5f39bbda1ba38a28f18f97bd98c81f40355393b2
@@ -176,7 +176,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P e22e3ab53a841b26984240760b0438efc83661d7
-R 7a980807ceec94894261948591ac9758
+P 21c2f96e814004d00691e3d7a632f193b0e49ee5
+R e7c404cc92f065b4102974504ac46e39
 U drh
-Z f0f197c618c1fd706c8efe431e0475ff
+Z e857ab70bb251a6be6dc3d2cca0a1eb0
index 60aed9c5469995ab691547262061d19ae4637bb0..3265029f8c343c228fd9d27df8aad2a9b86d7dcc 100644 (file)
@@ -1 +1 @@
-21c2f96e814004d00691e3d7a632f193b0e49ee5
\ No newline at end of file
+72f3e7c2b0258271956ed7a43b3388bb74bf62ec
\ No newline at end of file
index 24f4242215365426bc350a386def8fe318170b98..08dccd32d0f9ed8e5f05a8f350e0c46f0f140ed4 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this script to generated a fileformat.html output file
 #
-set rcsid {$Id: fileformat.tcl,v 1.9 2003/06/29 16:11:13 drh Exp $}
+set rcsid {$Id: fileformat.tcl,v 1.10 2003/11/24 23:11:08 drh Exp $}
 
 puts {<html>
 <head>
@@ -407,8 +407,8 @@ The data layout of a cell looks like this:
 
 <p>
 The first four bytes are the pointer.  The size of the key is a 24-bit
-where the upper 8 bits are taken from by 8 and the lower 16 bits are
-token from bytes 4 and 5 (or bytes 5 and 4 on little-endian machines.)
+where the upper 8 bits are taken from byte 8 and the lower 16 bits are
+taken from bytes 4 and 5 (or bytes 5 and 4 on little-endian machines.)
 The size of the data is another 24-bit value where the upper 8 bits
 are taken from byte 9 and the lower 16 bits are taken from bytes 10 and
 11 or 11 and 10, depending on the byte order.  Bytes 6 and 7 are the