Additional tweaks to API documentation. No functional code changes.

FossilOrigin-Name: e1230782a371f09cd46dacc8ecbc6a0c5baab2d5
This commit is contained in:
drh 2010-05-07 18:23:24 +00:00
parent 005e19c4c1
commit 6a2607a131
3 changed files with 13 additions and 13 deletions

View File

@ -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-----

View File

@ -1 +1 @@
681ba20cf077e9a0fccd51ed50101ad0f2c67eb3
e1230782a371f09cd46dacc8ecbc6a0c5baab2d5

View File

@ -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.
*/