Update manpages - make ready for 3.0
authorJelmer Vernooij <jelmer@samba.org>
Sat, 2 Nov 2002 00:16:36 +0000 (00:16 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 2 Nov 2002 00:16:36 +0000 (00:16 +0000)
docs/docbook/global.ent
docs/docbook/manpages/nmbd.8.sgml
docs/docbook/manpages/pdbedit.8.sgml
docs/docbook/manpages/wbinfo.1.sgml

index 604dec7e18513c5ae4d283253a2293ca60a5d3af..46745c277382ec3d4434f5e3edae4da002d3b02d 100644 (file)
 <!ENTITY stdarg.debuglevel '
 <varlistentry>
 <term>-d|--debug=debuglevel</term>
-<listitem><para>set the debuglevel. Debug level 0 is the lowest
-and 100 being the highest. This should be set to 100 if you are
-planning on submitting a bug report to the Samba team (see
-<filename>BUGS.txt</filename>).
-</para></listitem>
+<listitem>
+<para><replaceable>debuglevel</replaceable> is an integer 
+from 0 to 10.  The default value if this parameter is 
+not specified is zero.</para>
+
+<para>The higher this value, the more detail will be 
+logged to the log files about the activities of the 
+server. At level 0, only critical errors and serious 
+warnings will be logged. Level 1 is a reasonable level for
+day to day running - it generates a small amount of 
+information about operations carried out.</para>
+
+<para>Levels above 1 will generate considerable 
+amounts of log data, and should only be used when 
+investigating a problem. Levels above 3 are designed for 
+use only by developers and generate HUGE amounts of log
+data, most of which is extremely cryptic.</para>
+
+<para>Note that specifying this parameter here will 
+override the <ulink url="smb.conf.5.html#loglevel">log
+level</ulink> parameter in the <ulink url="smb.conf.5.html">
+<filename>smb.conf(5)</filename></ulink> file.</para>
+</listitem>
 </varlistentry>'>
 
 <!ENTITY stdarg.help '
@@ -47,3 +65,24 @@ planning on submitting a bug report to the Samba team (see
 <listitem><para>Print a summary of command line options.
 </para></listitem>
 </varlistentry>'>
+
+<!ENTITY stdarg.configfile '
+<varlistentry>
+<term>-s &lt;configuration file&gt;</term>
+<listitem><para>The file specified contains the 
+configuration details required by the server.  The 
+information in this file includes server-specific
+information such as what printcap file to use, as well 
+as descriptions of all the services that the server is 
+to provide. See <ulink url="smb.conf.5.html"><filename>
+smb.conf(5)</filename></ulink> for more information.
+The default configuration file name is determined at 
+compile time.</para></listitem>
+</varlistentry>'>
+
+<!ENTITY stdarg.version '
+<varlistentry>
+<term>-v</term>
+<listitem><para>Prints the version number for 
+<command>smbd</command>.</para></listitem>
+</varlistentry>'>
index bd8bf964f147dd576d2474b89b35c82a34bf13b2..8564ac7924465425ae04718e19c83f05390e41e5 100644 (file)
 <refsect1>
        <title>VERSION</title>
 
-       <para>This man page is correct for version 2.2 of 
+       <para>This man page is correct for version 3.0 of 
        the Samba suite.</para>
 </refsect1>
 
index e918870ac16622c4850822ede166a709a184685c..a3fd7be7b4ed4a67d6a34dddd01ae989b201b3b9 100644 (file)
                </varlistentry>
                
                
-               
                <varlistentry>
-               <term>-d drive</term>
+               <term>-D drive</term>
                <listitem><para>This option can be used while adding or
                modifing a user account. It will specify the windows drive
                letter to be used to map the home directory.</para>
                
                
                <varlistentry>
-               <term>-s script</term>
+               <term>-S script</term>
                <listitem><para>This option can be used while adding or
                modifing a user account. It will specify the user's logon
                script path.</para>
                </programlisting></para>
                </listitem>
                </varlistentry>
+               
+               &stdarg.debuglevel;
+               &stdarg.help;
+               &stdarg.configfile;
 
        </variablelist>
 </refsect1>
index f1461b07b9c4959fa5e3657a46deb1de41ad8c5d..59cab3fc97cec3c18790d9377898dc25c7948665 100644 (file)
@@ -17,8 +17,8 @@
                <command>wbinfo</command>
                <arg choice="opt">-u</arg>
                <arg choice="opt">-g</arg>
-               <arg choice="opt">-h name</arg>
-               <arg choice="opt">-i ip</arg>
+!              <arg choice="opt">-i ip</arg>
+               <arg choice="opt">-N netbios-name</arg>
                <arg choice="opt">-n name</arg>
                <arg choice="opt">-s sid</arg>
                <arg choice="opt">-U uid</arg>
@@ -30,6 +30,7 @@
                <arg choice="opt">-r user</arg>
                <arg choice="opt">-a user%password</arg>
                <arg choice="opt">-A user%password</arg>
+               <arg choice="opt">-p</arg>
        </cmdsynopsis>
 </refsynopsisdiv>
 
                <command>winbindd(8)</command>. </para></listitem>
                </varlistentry>
                
-               
                <varlistentry>
-               <term>-h name</term>
-               <listitem><para>The <parameter>-h</parameter> option 
+               <term>-N name</term>
+               <listitem><para>The <parameter>-N</parameter> option 
                queries <command>winbindd(8)</command> to query the WINS
                server for the IP address associated with the NetBIOS name
                specified by the <parameter>name</parameter> parameter.
@@ -84,8 +84,8 @@
 
 
                <varlistentry>
-               <term>-i ip</term>
-               <listitem><para>The <parameter>-i</parameter> option 
+               <term>-I ip</term>
+               <listitem><para>The <parameter>-I</parameter> option 
                queries <command>winbindd(8)</command> to send a node status
                request to get the NetBIOS name associated with the IP address
                specified by the <parameter>ip</parameter> parameter.
 <refsect1>
        <title>VERSION</title>
 
-       <para>This man page is correct for version 2.2 of 
+       <para>This man page is correct for version 3.0 of 
        the Samba suite.</para>
 </refsect1>