From e1b4f0374cd9c3b4893887d9bcb70903fde304f5 Mon Sep 17 00:00:00 2001 From: drh Date: Sat, 19 Feb 2005 12:32:57 +0000 Subject: [PATCH] Remove duplicate word from documentation. Ticket #1103. (CVS 2352) FossilOrigin-Name: c1fc0a8aa96d2bd615f815b2477b801bda9e9c50 --- manifest | 14 +++++++------- manifest.uuid | 2 +- www/pragma.tcl | 5 ++--- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/manifest b/manifest index 71d7beed72..3192603374 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Support\sfor\sa\sfuture\sfile\sformat\sthat\sincludes\s'short'\srecords.\s(CVS\s2351) -D 2005-02-19T08:18:06 +C Remove\sduplicate\sword\sfrom\sdocumentation.\s\sTicket\s#1103.\s(CVS\s2352) +D 2005-02-19T12:32:57 F Makefile.in 76443a83549d1539105e12d13bd0054a05ab2214 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 @@ -265,7 +265,7 @@ F www/oldnews.tcl 1e4c67ca29b4d9621fca846e75702dd9ae9c9868 F www/omitted.tcl 9f332aea97b47ec53234f4cd9aa4b4a6da8641ec F www/opcode.tcl dafa030a5a3cc24a2f9fd4cfbfb7d7323d2151b0 F www/optimizing.tcl f0b2538988d1bbad16cbfe63ec6e8f48c9eb04e5 -F www/pragma.tcl a4162c4672b9f9944e10282e893acc06968aac11 +F www/pragma.tcl 91fdeace099542858192335a401cb5e18cfbe88d F www/quickstart.tcl 6f6f694b6139be2d967b1492eb9a6bdf7058aa60 F www/speed.tcl 1f8fb33df0d5bebf29508af763db3ee019c45967 F www/sqlite.tcl b51fd15f0531a54874de785a9efba323eecd5975 @@ -274,7 +274,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd -P fac56fa1e06e15ffd738cb9b780d422a73a743ae -R 9d7f7d2d11da73519486c2d9ff0d66a6 -U danielk1977 -Z 26acc87d20c627eefd55cc96ad30a1f6 +P 173aeb256e2c09098a4392874f8623e8a760d951 +R f9212a99a84060ce314d0381c1afc5ba +U drh +Z abd4f7a0c7d7a614def59e6a3e63adf5 diff --git a/manifest.uuid b/manifest.uuid index 5cdf5a7dff..df859f69d9 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -173aeb256e2c09098a4392874f8623e8a760d951 \ No newline at end of file +c1fc0a8aa96d2bd615f815b2477b801bda9e9c50 \ No newline at end of file diff --git a/www/pragma.tcl b/www/pragma.tcl index d29bee61c4..29122dea75 100644 --- a/www/pragma.tcl +++ b/www/pragma.tcl @@ -1,7 +1,7 @@ # # Run this Tcl script to generate the pragma.html file. # -set rcsid {$Id: pragma.tcl,v 1.9 2005/02/18 01:15:23 danielk1977 Exp $} +set rcsid {$Id: pragma.tcl,v 1.10 2005/02/19 12:32:57 drh Exp $} source common.tcl header {Pragma statements supported by SQLite} @@ -17,7 +17,7 @@ puts {

The PRAGMA command is a special command used to modify the operation of the SQLite library or to query the library for internal (non-table) data. The PRAGMA command is issued using the same -interface as other SQLite commands (e.g. SELECT, INSERT) but is different +interface as other SQLite commands (e.g. SELECT, INSERT) but is different in the following important respects:

} - -- 2.47.3