diff options
author | Christian Ambach <ambi@samba.org> | 2013-04-22 13:56:24 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2013-04-22 18:43:42 +0200 |
commit | 19242b2916b55d2f1d97855e038395d5c87ca421 (patch) | |
tree | 38d51d305cc21e6c4eed4108bcd7f1cd53dfe4b1 /docs-xml/manpages | |
parent | 26515c5d473c12f638e7405a5df3b1e24cd82ec8 (diff) | |
download | samba-19242b2916b55d2f1d97855e038395d5c87ca421.tar.gz samba-19242b2916b55d2f1d97855e038395d5c87ca421.tar.bz2 samba-19242b2916b55d2f1d97855e038395d5c87ca421.zip |
docs-xml: document dbwrap_tool exists
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Mon Apr 22 18:43:42 CEST 2013 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/dbwrap_tool.1.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <listitem><para>fetch: fetch a record</para></listitem> <listitem><para>store: create or modify a record</para></listitem> <listitem><para>delete: remove a record</para></listitem> + <listitem><para>exists: test for existance of a record</para></listitem> <listitem><para>erase: remove all records</para></listitem> <listitem><para>listkeys: list all available records</para></listitem> <listitem><para>listwatchers: list processes, which are waiting for changes in a record</para></listitem> @@ -101,6 +102,12 @@ </cmdsynopsis> </refsect2> <refsect2> + <title>exists</title> + <cmdsynopsis> + <command>dbwrap_tool</command> <database> exists <key> + </cmdsynopsis> + </refsect2> + <refsect2> <title>erase</title> <cmdsynopsis> <command>dbwrap_tool</command> <database> erase </cmdsynopsis> |