diff options
author | Björn Baumbach <bb@sernet.de> | 2012-06-27 13:06:50 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-06-28 21:19:17 +0200 |
commit | f6ac6b8f3c40c99e7bc43d88ec5a2d95ecfc97a4 (patch) | |
tree | 8391f3f4d82ca742328089eb839e5522b08a7f39 | |
parent | 11fc75fcb515b27cacf2f703c58c6ef10b645fee (diff) | |
download | samba-f6ac6b8f3c40c99e7bc43d88ec5a2d95ecfc97a4.tar.gz samba-f6ac6b8f3c40c99e7bc43d88ec5a2d95ecfc97a4.tar.bz2 samba-f6ac6b8f3c40c99e7bc43d88ec5a2d95ecfc97a4.zip |
docs-xml: fix typos and format in smb.conf server max protocol man
-rw-r--r-- | docs-xml/manpages-3/net.8.xml | 32 | ||||
-rw-r--r-- | docs-xml/smbdotconf/misc/ncalrpcdir.xml | 10 | ||||
-rw-r--r-- | docs-xml/smbdotconf/protocol/servermaxprotocol.xml | 32 | ||||
-rw-r--r-- | docs-xml/smbdotconf/vfs/getquotacommand.xml | 2 |
4 files changed, 51 insertions, 25 deletions
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.</member> <refsect3> <title>REGISTRY IMPORT <replaceable>file</replaceable><!-- - --><replaceable>[opt]</replaceable></title> - - <para>Import a registration entries (.reg) <emphasis>file</emphasis>. - </para> + --><replaceable> [--precheck <check-file>] [opt]</replaceable></title> + <para>Import a registration entries (.reg) <emphasis>file</emphasis>.</para> + <para>The following options are available:</para> + <variablelist> + <varlistentry><term>--precheck <replaceable>check-file</replaceable></term> + <listitem><para> + 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. + </para> + <para> + The check-file follows the normal registry file syntax with the + following semantics: + </para> + <itemizedlist> + <listitem><para><value name>=<value> checks whether the + value exists and has the given value.</para></listitem> + <listitem><para><value name>=- checks whether the value does + not exist.</para></listitem> + <listitem><para>[key] checks whether the key exists.</para> + </listitem> + <listitem><para>[-key] checks whether the key does not exist.</para> + </listitem> + </itemizedlist> + </listitem> + </varlistentry> + </variablelist> </refsect3> <refsect3> diff --git a/docs-xml/smbdotconf/misc/ncalrpcdir.xml b/docs-xml/smbdotconf/misc/ncalrpcdir.xml index b53acef9e2..01b5b5cc5c 100644 --- a/docs-xml/smbdotconf/misc/ncalrpcdir.xml +++ b/docs-xml/smbdotconf/misc/ncalrpcdir.xml @@ -1,11 +1,11 @@ <samba:parameter name="ncalrpc dir" - context="G" - advanced="1" developer="1" + context="G" + advanced="1" developer="1" type="string" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> - <para>This directory will hold a series of named pipes to allow RPC over inter-process communication. </para>. - <para>This will allow Samba and other unix processes to interact over DCE/RPC without using TCP/IP. Additionally a sub-directory 'np' has restricted permissions, and allows a trusted communication channel between Samba processes</para> + <para>This directory will hold a series of named pipes to allow RPC over inter-process communication.</para> + <para>This will allow Samba and other unix processes to interact over DCE/RPC without using TCP/IP. Additionally a sub-directory 'np' has restricted permissions, and allows a trusted communication channel between Samba processes</para> </description> <value type="default">${prefix}/var/ncalrpc</value> diff --git a/docs-xml/smbdotconf/protocol/servermaxprotocol.xml b/docs-xml/smbdotconf/protocol/servermaxprotocol.xml index 5eb79f3502..f91523b596 100644 --- a/docs-xml/smbdotconf/protocol/servermaxprotocol.xml +++ b/docs-xml/smbdotconf/protocol/servermaxprotocol.xml @@ -1,8 +1,8 @@ <samba:parameter name="server max protocol" - context="G" - type="enum" - developer="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> + context="G" + type="enum" + developer="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>The value of the parameter (a string) is the highest protocol level that will be supported by the server.</para> @@ -20,9 +20,8 @@ </listitem> <listitem> - <para><constant>LANMAN1</constant>: First <emphasis> - modern</emphasis> version of the protocol. Long filename - support.</para> + <para><constant>LANMAN1</constant>: First <emphasis>modern</emphasis> + version of the protocol. Long filename support.</para> </listitem> <listitem> @@ -33,39 +32,42 @@ <para><constant>NT1</constant>: Current up to date version of the protocol. Used by Windows NT. Known as CIFS.</para> </listitem> + <listitem> <para><constant>SMB2</constant>: Re-implementation of the SMB protocol. Used by Windows Vista and later versions of Windows. SMB2 has sub protocols available.</para> <itemizedlist> <listitem> - <para><constant>SMB2_02</constant>: The earliest SMB2 version.</para> + <para><constant>SMB2_02</constant>: The earliest SMB2 version.</para> </listitem> <listitem> - <para><constant>SMB2_10</constant>: Windows 7 SMB2 version.</para> + <para><constant>SMB2_10</constant>: Windows 7 SMB2 version.</para> </listitem> <listitem> - <para><constant>SMB2_22</constant>: Early Windows 8 SMB2 version.</para> + <para><constant>SMB2_22</constant>: Early Windows 8 SMB2 version.</para> </listitem> <listitem> - <para><constant>SMB2_24</constant>: Windows 8 beta SMB2 version.</para> + <para><constant>SMB2_24</constant>: Windows 8 beta SMB2 version.</para> </listitem> </itemizedlist> - <para>By default SMB2 selects the SMB2_02 varient.</para> + <para>By default SMB2 selects the SMB2_02 variant.</para> + </listitem> + <listitem> <para><constant>SMB3</constant>: The same as SMB2. Used by Windows 8. SMB3 has sub protocols available.</para> <itemizedlist> <listitem> - <para><constant>SMB3_00</constant>: Windows 8 SMB3 version. (mostly the same as SMB2_24)</para> + <para><constant>SMB3_00</constant>: Windows 8 SMB3 version. (mostly the same as SMB2_24)</para> </listitem> </itemizedlist> - <para>By default SMB3 selects the SMB3_00 varient.</para> + <para>By default SMB3 selects the SMB3_00 variant.</para> </listitem> </itemizedlist> <para>Normally this option should not be set as the automatic negotiation phase in the SMB protocol takes care of choosing - the appropriate protocol.</para> + the appropriate protocol.</para> </description> <related>server min protocol</related> diff --git a/docs-xml/smbdotconf/vfs/getquotacommand.xml b/docs-xml/smbdotconf/vfs/getquotacommand.xml index 92016ef46c..04f30344f1 100644 --- a/docs-xml/smbdotconf/vfs/getquotacommand.xml +++ b/docs-xml/smbdotconf/vfs/getquotacommand.xml @@ -26,7 +26,7 @@ <listitem><para>uid of user or gid of group</para></listitem> </itemizedlist> - <para>The type of query can be one of :</para> + <para>The type of query can be one of:</para> <itemizedlist> <listitem><para>1 - user quotas</para></listitem> |