Fix typos in file format documentation. Ticket #505. (CVS 1121)

FossilOrigin-Name: 4eef93814f4a26de4a088c464545443547281abd
This commit is contained in:
drh 2003-11-25 23:48:57 +00:00
parent b3549d43e2
commit 0802fd836d
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
C Fix\stypo\sin\sfile\sformat\sdocumentation.\s\sTicket\s#502.\s(CVS\s1120)
D 2003-11-24T23:11:08
C Fix\stypos\sin\sfile\sformat\sdocumentation.\s\sTicket\s#505.\s(CVS\s1121)
D 2003-11-25T23:48:57
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 09a1aa60bcc229659d53d4564600956bc2b84e26
F www/fileformat.tcl 56f77e435a6306b337b20b416e3b89500ba2d029
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 21c2f96e814004d00691e3d7a632f193b0e49ee5
R e7c404cc92f065b4102974504ac46e39
P 72f3e7c2b0258271956ed7a43b3388bb74bf62ec
R 103afab43c37ed15e55850e7a995daa7
U drh
Z e857ab70bb251a6be6dc3d2cca0a1eb0
Z c6bb7ee0d77a522e874c5e7fd245f13d

View File

@ -1 +1 @@
72f3e7c2b0258271956ed7a43b3388bb74bf62ec
4eef93814f4a26de4a088c464545443547281abd

View File

@ -1,7 +1,7 @@
#
# Run this script to generated a fileformat.html output file
#
set rcsid {$Id: fileformat.tcl,v 1.10 2003/11/24 23:11:08 drh Exp $}
set rcsid {$Id: fileformat.tcl,v 1.11 2003/11/25 23:48:57 drh Exp $}
puts {<html>
<head>
@ -357,8 +357,8 @@ bytes of payload space. Space is allocated to payload in increments
of 4 bytes. Thus the minimum size of a cell is 16 bytes and up to
63 cells can fit on a single page. The size of a cell is always a multiple
of 4 bytes.
A cell can have up to 238 byte of payload space. If
the payload is more than 238 bytes, then an addition 4 point page
A cell can have up to 238 bytes of payload space. If
the payload is more than 238 bytes, then an additional 4 byte page
number is appended to the cell which is the page number of the first
overflow page containing the additional payload. The maximum size
of a cell is thus 254 bytes, meaning that a least 4 cells can fit into