From: drh
Date: Thu, 28 Mar 2002 14:20:08 +0000 (+0000)
Subject: Two typos fixed in the documentation (lang.html). (CVS 502)
X-Git-Tag: version-3.6.10~5573
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2676a611ecd20039110d32adea0d86785e9fbd69;p=thirdparty%2Fsqlite.git
Two typos fixed in the documentation (lang.html). (CVS 502)
FossilOrigin-Name: f0f241e1cc322ebed8f215b4b8ddcc0f5ee2ff65
---
diff --git a/manifest b/manifest
index 25b11910a1..38dcec53c1 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Update\sthe\sdocumentation\sto\srefer\sthe\sreader\sto\sthe\sCVS\sserver\sfor\sthe\schange\nlog,\sbug\slists,\sor\sthe\slatest\ssources.\s(CVS\s500)
-D 2002-03-27T12:52:48
+C Two\stypos\sfixed\sin\sthe\sdocumentation\s(lang.html).\s(CVS\s502)
+D 2002-03-28T14:20:08
F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d
F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296
F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
@@ -123,14 +123,14 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl fb1e92e2f604546694f83a36d969492f52fb685d
F www/formatchng.tcl 2ce21ff30663fad6618198fe747ce675df577590
F www/index.tcl 64d32b1952138a007c1db5753c5b046d4b83dda1
-F www/lang.tcl d589f9a39c925d81fa9198b9215b4fd56da4192b
+F www/lang.tcl e6c277480c4e31877c08509af7a16f6c69bb1046
F www/mingw.tcl f1c7c0a7f53387dd9bb4f8c7e8571b7561510ebc
F www/opcode.tcl bdec8ef9f100dbd87bbef8976c54b88e43fd8ccc
F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f
F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
F www/tclsqlite.tcl 829b393d1ab187fd7a5e978631b3429318885c49
F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P 9637b9aa5d405427ead52438eed8c626feac8658
-R 25a47165cf81cde2d1e8d11b6a1ee5f9
+P 2478ba866646d6d445b370554af9cd3d362b0e10
+R 5c3e675adc2271b5ac7cfe741aef903e
U drh
-Z d2404a9e9da29d8df5fa9904a22bc472
+Z 15765735138d1aadde01b440f7a931b7
diff --git a/manifest.uuid b/manifest.uuid
index 7f84372477..777f83599a 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-2478ba866646d6d445b370554af9cd3d362b0e10
\ No newline at end of file
+f0f241e1cc322ebed8f215b4b8ddcc0f5ee2ff65
\ No newline at end of file
diff --git a/www/lang.tcl b/www/lang.tcl
index 18f80fd5e7..74c2e94422 100644
--- a/www/lang.tcl
+++ b/www/lang.tcl
@@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the sqlite.html file.
#
-set rcsid {$Id: lang.tcl,v 1.28 2002/03/11 02:06:14 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.29 2002/03/28 14:20:08 drh Exp $}
puts {
@@ -561,7 +561,7 @@ their result across all rows of the result set.
-coelasce(X,Y,...) |
+coalesce(X,Y,...) |
Return a copy of the first non-NULL argument. If
all arguments are NULL then NULL is returned. |
@@ -613,7 +613,7 @@ assumed.
-subst(X,Y,Z) |
+substr(X,Y,Z) |
Return a substring of input string X that begins
with the Y-th character and which is Z characters long.
The left-most character of X is number 1. If Y is negative
|