summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2011-08-25 16:26:25 +0200
committerMichael Adam <obnox@samba.org>2011-10-12 22:45:53 +0200
commit83748ae49c3d04bd087cbc75bf00e01bca670008 (patch)
tree43f053921746856e34c6f978dded3513659c3315 /docs-xml
parent502f0b8edcd339a9e47ad1c515303ccd6c164494 (diff)
downloadsamba-83748ae49c3d04bd087cbc75bf00e01bca670008.tar.gz
samba-83748ae49c3d04bd087cbc75bf00e01bca670008.tar.bz2
samba-83748ae49c3d04bd087cbc75bf00e01bca670008.zip
s3:doc manpage for "net registry check"
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/net.8.xml73
1 files changed, 73 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml
index 754fd4323a..355e3f782d 100644
--- a/docs-xml/manpages-3/net.8.xml
+++ b/docs-xml/manpages-3/net.8.xml
@@ -1871,6 +1871,8 @@ string.</member>
</member>
<member>net registry convert - Convert a registration entries (.reg) file.
</member>
+<member>net registry check - Check and reapair a registry database.
+</member>
</simplelist>
</para>
@@ -2011,6 +2013,77 @@ string.</member>
</para>
</refsect3>
+<refsect3>
+ <title>REGISTRY CHECK [-ravTl] [-o &lt;ODB&gt;] [--wipe] [&lt;DB&gt;]</title>
+ <para>Check and repair the registry database. If no option is given a read only check of the database is done. Among others an interactive or automatic repair mode may be chosen with one of the following options
+
+ <variablelist>
+ <varlistentry><term>-r|--repair</term>
+ <listitem><para>
+ Interactive repair mode, ask a lot of questions.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term>-a|--auto</term>
+ <listitem><para>
+ Noninteractive repair mode, use default answers.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term>-v|--verbose</term>
+ <listitem><para>
+ Produce more output.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term>-T|--test</term>
+ <listitem><para>
+ Dry run, show what changes would be made but don't touch anything.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term>-l|--lock</term>
+ <listitem><para>
+ Lock the database while doing the check.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term>--reg-version={1,2,3}</term>
+ <listitem><para>
+ Specify the format of the registry database. If not given it defaults to
+ the value of the binary or, if an registry.tdb is explizitly stated at
+ the commandline, to the value found in the INFO/version record.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term>[--db] &lt;DB&gt;</term>
+ <listitem><para>
+ Check the specified database.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term>-o|--output &lt;ODB&gt;</term>
+ <listitem><para>
+ Create a new registry database &lt;ODB&gt; instead of modifying the
+ input. If &lt;ODB&gt; is already existing --wipe may be used to
+ overwrite it.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term>--wipe</term>
+ <listitem><para>
+ Replace the registry database instead of modifying the input or
+ overwrite an existing output database.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry><term></term>
+ <listitem><para>
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+</refsect3>
</refsect2>