From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/programmer_reference/am_delete.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'docs/programmer_reference/am_delete.html') diff --git a/docs/programmer_reference/am_delete.html b/docs/programmer_reference/am_delete.html index 81bf37c0..108ed33c 100644 --- a/docs/programmer_reference/am_delete.html +++ b/docs/programmer_reference/am_delete.html @@ -14,7 +14,7 @@ -

The DB->del() method deletes records from the database. In general, -DB->del() takes a key and deletes the data item associated with -it from the database.

-

If the database has been configured to support duplicate records, the -DB->del() method will remove all of the duplicate records. To remove -individual duplicate records, you must use a Berkeley DB cursor interface.

+

+ The DB->del() method deletes records from the database. In + general, DB->del() takes a key and deletes the data item + associated with it from the database. +

+

+ If the database has been configured to support duplicate + records, the DB->del() method will remove all of the duplicate + records. To remove individual duplicate records, you must use + a Berkeley DB cursor interface. +