From 83748ae49c3d04bd087cbc75bf00e01bca670008 Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Thu, 25 Aug 2011 16:26:25 +0200 Subject: [PATCH] s3:doc manpage for "net registry check" Signed-off-by: Michael Adam --- docs-xml/manpages-3/net.8.xml | 73 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index 754fd4323ae..355e3f782db 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -1871,6 +1871,8 @@ string. net registry convert - Convert a registration entries (.reg) file. +net registry check - Check and reapair a registry database. + @@ -2011,6 +2013,77 @@ string. + + REGISTRY CHECK [-ravTl] [-o <ODB>] [--wipe] [<DB>] + 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 + + + -r|--repair + + Interactive repair mode, ask a lot of questions. + + + + -a|--auto + + Noninteractive repair mode, use default answers. + + + + -v|--verbose + + Produce more output. + + + + -T|--test + + Dry run, show what changes would be made but don't touch anything. + + + + -l|--lock + + Lock the database while doing the check. + + + + --reg-version={1,2,3} + + 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. + + + + [--db] <DB> + + Check the specified database. + + + + -o|--output <ODB> + + Create a new registry database <ODB> instead of modifying the + input. If <ODB> is already existing --wipe may be used to + overwrite it. + + + + --wipe + + Replace the registry database instead of modifying the input or + overwrite an existing output database. + + + + + + + + + + -- 2.11.4.GIT