From 19242b2916b55d2f1d97855e038395d5c87ca421 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 22 Apr 2013 13:56:24 +0200 Subject: docs-xml: document dbwrap_tool exists Signed-off-by: Christian Ambach Reviewed-by: Volker Lendecke Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Mon Apr 22 18:43:42 CEST 2013 on sn-devel-104 --- docs-xml/manpages/dbwrap_tool.1.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs-xml/manpages') diff --git a/docs-xml/manpages/dbwrap_tool.1.xml b/docs-xml/manpages/dbwrap_tool.1.xml index 59ef968b97..e2b2cee166 100644 --- a/docs-xml/manpages/dbwrap_tool.1.xml +++ b/docs-xml/manpages/dbwrap_tool.1.xml @@ -49,6 +49,7 @@ fetch: fetch a record store: create or modify a record delete: remove a record + exists: test for existance of a record erase: remove all records listkeys: list all available records listwatchers: list processes, which are waiting for changes in a record @@ -100,6 +101,12 @@ dbwrap_tool <database> delete <key> + + exists + + dbwrap_tool <database> exists <key> + + erase -- cgit