diff options
author | Ralph Wuerthner <ralph.wuerthner@de.ibm.com> | 2012-07-12 11:08:04 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2013-06-07 13:25:23 +0200 |
commit | d273bdf18c7693792d395f3ad89a128941d15cf0 (patch) | |
tree | 8b9ced7d0841e22910a3ba7b3b7aa5e043ea748a | |
parent | 56055f788cd9cec0256e79d0db0b53885d7a18b0 (diff) | |
download | samba-d273bdf18c7693792d395f3ad89a128941d15cf0.tar.gz samba-d273bdf18c7693792d395f3ad89a128941d15cf0.tar.bz2 samba-d273bdf18c7693792d395f3ad89a128941d15cf0.zip |
Add "repack" command to tdbtool documentation.
The original commit 'Add "repack" command to tdbtool.' only added
the documentation to docs-xml/manpages-3/tdbtool.8.xml and forgot
about lib/tdb/manpages/tdbtool.8.xml .
Reviewed-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
-rw-r--r-- | lib/tdb/man/tdbtool.8.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/tdb/man/tdbtool.8.xml b/lib/tdb/man/tdbtool.8.xml index bc5c001402..ddca04c020 100644 --- a/lib/tdb/man/tdbtool.8.xml +++ b/lib/tdb/man/tdbtool.8.xml @@ -201,6 +201,14 @@ <varlistentry> <term> + <option>repack</option> + </term> + <listitem><para>Repack a database using a temporary file to remove fragmentation. + </para></listitem> + </varlistentry> + + <varlistentry> + <term> <option>quit</option> </term> <listitem><para>Exit <command>tdbtool</command>. @@ -220,7 +228,7 @@ <refsect1> <title>VERSION</title> - <para>This man page is correct for version 3.0.25 of the Samba suite.</para> + <para>This man page is correct for version 3.6 of the Samba suite.</para> </refsect1> <refsect1> |