From f6ac6b8f3c40c99e7bc43d88ec5a2d95ecfc97a4 Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Wed, 27 Jun 2012 13:06:50 +0200 Subject: docs-xml: fix typos and format in smb.conf server max protocol man --- docs-xml/manpages-3/net.8.xml | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index f20afb29f4..c85f87fae7 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -1988,10 +1988,34 @@ string. REGISTRY IMPORT <replaceable>file</replaceable><!-- - --><replaceable>[opt]</replaceable> - - Import a registration entries (.reg) file. - + --> [--precheck <check-file>] [opt] + Import a registration entries (.reg) file. + The following options are available: + + --precheck check-file + + This is a mechanism to check the existence or non-existence of + certain keys or values specified in a precheck file before applying + the import file. + The import file will only be applied if the precheck succeeds. + + + The check-file follows the normal registry file syntax with the + following semantics: + + + <value name>=<value> checks whether the + value exists and has the given value. + <value name>=- checks whether the value does + not exist. + [key] checks whether the key exists. + + [-key] checks whether the key does not exist. + + + + + -- cgit