Fix a typo in the file format document. (CVS 3101)

FossilOrigin-Name: fac0d202e1d9fcc33dc69006a369034ee003e183
This commit is contained in:
drh
2006-02-16 00:31:01 +00:00
parent e8c1513254
commit 6f1fcdf80a
3 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
C Get\sthe\sbuild\sworking\sagain.\s\sFix\sfor\scheck-in\s(3093)\s(CVS\s3100)
D 2006-02-15T21:19:01
C Fix\sa\stypo\sin\sthe\sfile\sformat\sdocument.\s(CVS\s3101)
D 2006-02-16T00:31:01
F Makefile.in 5d8dff443383918b700e495de42ec65bc1c8865b
F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -326,7 +326,7 @@ F www/download.tcl d56a1c30b1c3c18f62926a806179976eb133ce94
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl ad5f388e1924c3fff4892b7f45ea58aa1d7a562a
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
F www/formatchng.tcl f4f5f32205c0a70d07784f7bf9ce33ed34bfcbf3
F www/formatchng.tcl 00827d3f37bc3a41506961a50b94fb54a28256d1
F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
F www/index.tcl 9c659eec487d5e9196d4125ab200cfc86e93528d
@@ -353,7 +353,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
P 3eca2d98683eb1b3b99604b07337347ad45e42f6
R 165e3ef40d418955b1f1bee8e2350eea
P 4e6b74b290282fd10fae97df8dfa643a1b7ef0c6
R 66f1afc2d861e340571ee31a150cfe92
U drh
Z 23f51b2c5a0e65830f55726c5d2c1f46
Z fa194c2de6a56b73ed49a7241cfafc7c
+1 -1
View File
@@ -1 +1 @@
4e6b74b290282fd10fae97df8dfa643a1b7ef0c6
fac0d202e1d9fcc33dc69006a369034ee003e183
+2 -2
View File
@@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the formatchng.html file.
#
set rcsid {$Id: formatchng.tcl,v 1.15 2006/01/11 01:08:34 drh Exp $ }
set rcsid {$Id: formatchng.tcl,v 1.16 2006/02/16 00:31:01 drh Exp $ }
source common.tcl
header {File Format Changes in SQLite}
puts {
@@ -214,7 +214,7 @@ occurred since version 1.0.0:
<tr>
<td valign="top">3.2.8 to 3.3.0</td>
<td valign="top">2006-Jan-10</td>
<td><p>Version 3.3.0 uses a new encoding for binary values that
<td><p>Version 3.3.0 uses a new encoding for boolean values that
uses less disk space. Version 3.3.0 can read and write database
files created by prior versions of SQLite. But prior versions
of SQLite will not be able to read or write databases created