From 6a2607a1317e2582b4cbc57fcda0a283bc2708eb Mon Sep 17 00:00:00 2001 From: drh Date: Fri, 7 May 2010 18:23:24 +0000 Subject: [PATCH] Additional tweaks to API documentation. No functional code changes. FossilOrigin-Name: e1230782a371f09cd46dacc8ecbc6a0c5baab2d5 --- manifest | 18 +++++++++--------- manifest.uuid | 2 +- src/sqlite.h.in | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/manifest b/manifest index 8ac08f6b79..28ef17810e 100644 --- a/manifest +++ b/manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -C Updates\sto\sdocumentation\son\sthe\sC\sinterfaces\ssupporting\sWAL.\s\sNo\sfunctional\nchanges\sto\scode. -D 2010-05-07T13:57:12 +C Additional\stweaks\sto\sAPI\sdocumentation.\s\sNo\sfunctional\scode\schanges. +D 2010-05-07T18:23:25 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in a5cad1f8f3e021356bfcc6c77dc16f6f1952bbc3 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -171,7 +171,7 @@ F src/resolve.c ac5f1a713cd1ae77f08b83cc69581e11bf5ae6f9 F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697 F src/select.c c03d8a0565febcde8c6a12c5d77d065fddae889b F src/shell.c fd4ccdb37c3b68de0623eb938a649e0990710714 -F src/sqlite.h.in 72407bf49d35744cbfd13f6d51f1a03b15c5f263 +F src/sqlite.h.in aa54957165356be128b9c8baf3fc66592cb2da7f F src/sqlite3ext.h 69dfb8116af51b84a029cddb3b35062354270c89 F src/sqliteInt.h 9819b45610abeca390176243a9a31758c1f0ac7a F src/sqliteLimit.h 196e2f83c3b444c4548fc1874f52f84fdbda40f3 @@ -816,14 +816,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P 79b52d0ff7a7b717bde55b97ff05ad17418bc7d7 -R cf887097965d8442a23107a6bcf8ae69 +P 681ba20cf077e9a0fccd51ed50101ad0f2c67eb3 +R d93fe5d7a022d828466356fc5c3d115a U drh -Z 3287b7b783eafdd741af3505682fd853 +Z b6f25889c2827c3df48865eb571dc2c2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) -iD8DBQFL5Bw7oxKgR168RlERAnMgAJ97SOKasZYbinquvGNYLuxkfkXlhgCfSe8C -y1iASut6U+xw7S/tf+oygHc= -=Uyfx +iD8DBQFL5FqjoxKgR168RlERAkpDAKCLOKLETC2lxFAjTa52s6k4khvc8QCfas5Z +/QOnAmlom2QxcknPDDqWyas= +=uwDy -----END PGP SIGNATURE----- diff --git a/manifest.uuid b/manifest.uuid index dbe115d5bb..f1c557b363 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -681ba20cf077e9a0fccd51ed50101ad0f2c67eb3 \ No newline at end of file +e1230782a371f09cd46dacc8ecbc6a0c5baab2d5 \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index f2b25c0ad6..15daf971f8 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -5830,11 +5830,11 @@ int sqlite3_wal_autocheckpoint(sqlite3 *db, int N); ** ^The [sqlite3_wal_checkpoint(D,X)] interface causes database named X ** on [database connection] D to be [checkpointed]. ^If X is NULL or an ** empty string, then a checkpoint is run on all databases of -** connection D. If the database connection D is not in +** connection D. ^If the database connection D is not in ** [WAL | write-ahead log mode] then this interface is a harmless no-op. ** -** The [wal_checkpoint pragma] can be used to invoke this interface -** from SQL. The [sqlite3_wal_autocheckpoint()] interface and the +** ^The [wal_checkpoint pragma] can be used to invoke this interface +** from SQL. ^The [sqlite3_wal_autocheckpoint()] interface and the ** [wal_autocheckpoint pragma] can be used to cause this interface to be ** run whenever the WAL reaches a certain size threshold. */