Author: kseeger Date: 2008-01-10 08:39:53 +0000 (Thu, 10 Jan 2008) New Revision: 1224
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1224 Log: -Use '&stdarg.[server|client].debug' instead of '&stdarg.debug'; -Remove the debug section in smbclient manpage (replaced by '&stdarg.client.debug' -Add '&stdarg.[server|client].debug' where debug section was included with '&popt.common.samba' before the changes in samba.entities Karolin Modified: trunk/manpages-3/net.8.xml trunk/manpages-3/nmbd.8.xml trunk/manpages-3/nmblookup.1.xml trunk/manpages-3/ntlm_auth.1.xml trunk/manpages-3/pdbedit.8.xml trunk/manpages-3/rpcclient.1.xml trunk/manpages-3/smbcacls.1.xml trunk/manpages-3/smbclient.1.xml trunk/manpages-3/smbcquotas.1.xml trunk/manpages-3/smbd.8.xml trunk/manpages-3/smbsh.1.xml trunk/manpages-3/smbstatus.1.xml trunk/manpages-3/smbtree.1.xml trunk/manpages-3/swat.8.xml trunk/manpages-3/vfstest.1.xml trunk/manpages-3/winbindd.8.xml trunk/xslt/man.xsl Changeset: Modified: trunk/manpages-3/net.8.xml =================================================================== --- trunk/manpages-3/net.8.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/net.8.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -122,7 +122,7 @@ </para></listitem> </varlistentry> - &stdarg.debug; + &stdarg.server.debug; </variablelist> </refsect1> Modified: trunk/manpages-3/nmbd.8.xml =================================================================== --- trunk/manpages-3/nmbd.8.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/nmbd.8.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -145,6 +145,7 @@ <manvolnum>5</manvolnum></citerefentry> man page for details on the contents of this file.</para></listitem> </varlistentry> + &stdarg.server.debug; &popt.common.samba; <varlistentry> Modified: trunk/manpages-3/nmblookup.1.xml =================================================================== --- trunk/manpages-3/nmblookup.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/nmblookup.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -130,7 +130,7 @@ query a WINS server.</para></listitem> </varlistentry> - + &stdarg.server.debug; &popt.common.samba; <varlistentry> Modified: trunk/manpages-3/ntlm_auth.1.xml =================================================================== --- trunk/manpages-3/ntlm_auth.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/ntlm_auth.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -340,6 +340,7 @@ </listitem> </varlistentry> + &stdarg.server.debug; &popt.common.samba; &stdarg.help; Modified: trunk/manpages-3/pdbedit.8.xml =================================================================== --- trunk/manpages-3/pdbedit.8.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/pdbedit.8.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -410,6 +410,7 @@ </varlistentry> &stdarg.help; + &stdarg.server.debug; &popt.common.samba; </variablelist> Modified: trunk/manpages-3/rpcclient.1.xml =================================================================== --- trunk/manpages-3/rpcclient.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/rpcclient.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -84,6 +84,7 @@ above. </para></listitem> </varlistentry> + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; &popt.common.connection; Modified: trunk/manpages-3/smbcacls.1.xml =================================================================== --- trunk/manpages-3/smbcacls.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/smbcacls.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -143,6 +143,7 @@ </varlistentry> &stdarg.help; + &stdarg.server.debug; &popt.common.samba; </variablelist> </refsect1> Modified: trunk/manpages-3/smbclient.1.xml =================================================================== --- trunk/manpages-3/smbclient.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/smbclient.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -323,58 +323,8 @@ </para></listitem> </varlistentry> - <varlistentry> - <term>-V</term> - <listitem><para>Prints the program version number. - </para></listitem> - </varlistentry> - - <varlistentry> - <term>-s <configuration file></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 &smb.conf; for more information. - The default configuration file name is determined at - compile time.</para></listitem> - </varlistentry> - - <varlistentry> - <term>-d|--debuglevel=level</term> - <listitem> - <para><replaceable>level</replaceable> is an integer - from 0 to 10. The default value if this parameter is - not specified is 1 for smbclient.</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 <parameter>log level</parameter> parameter - in the &smb.conf; file.</para> - </listitem> - </varlistentry> - - <varlistentry> - <term>-l|--log-basename=logdirectory</term> - <listitem><para>Base directory name for log/debug files. The extension - <constant>".progname"</constant> will be appended (e.g. log.smbclient, - log.smbd, etc...). The log file is never removed by the client. - </para></listitem> - </varlistentry> - + &stdarg.client.debug; + &popt.common.samba; &popt.common.credentials; &popt.common.connection; Modified: trunk/manpages-3/smbcquotas.1.xml =================================================================== --- trunk/manpages-3/smbcquotas.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/smbcquotas.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -107,6 +107,7 @@ </varlistentry> &stdarg.help; + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; </variablelist> Modified: trunk/manpages-3/smbd.8.xml =================================================================== --- trunk/manpages-3/smbd.8.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/smbd.8.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -124,6 +124,7 @@ </para></listitem> </varlistentry> + &stdarg.server.debug; &popt.common.samba; &stdarg.help; Modified: trunk/manpages-3/smbsh.1.xml =================================================================== --- trunk/manpages-3/smbsh.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/smbsh.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -72,7 +72,7 @@ </varlistentry> &stdarg.configfile; - &stdarg.debug; + &stdarg.server.debug; &stdarg.resolve.order; <varlistentry> Modified: trunk/manpages-3/smbstatus.1.xml =================================================================== --- trunk/manpages-3/smbstatus.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/smbstatus.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -55,8 +55,9 @@ <listitem><para>gives brief output.</para></listitem> </varlistentry> + &stdarg.server.debug; &popt.common.samba; - + <varlistentry> <term>-v|--verbose</term> <listitem><para>gives verbose output.</para></listitem> Modified: trunk/manpages-3/smbtree.1.xml =================================================================== --- trunk/manpages-3/smbtree.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/smbtree.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -64,6 +64,7 @@ </para></listitem> </varlistentry> + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; &stdarg.help; Modified: trunk/manpages-3/swat.8.xml =================================================================== --- trunk/manpages-3/swat.8.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/swat.8.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -77,6 +77,7 @@ buttons.</para></listitem> </varlistentry> + &stdarg.server.debug; &popt.common.samba; &stdarg.help; Modified: trunk/manpages-3/vfstest.1.xml =================================================================== --- trunk/manpages-3/vfstest.1.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/vfstest.1.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -59,6 +59,7 @@ </para></listitem> </varlistentry> + &stdarg.server.debug; &popt.common.samba; </variablelist> Modified: trunk/manpages-3/winbindd.8.xml =================================================================== --- trunk/manpages-3/winbindd.8.xml 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/manpages-3/winbindd.8.xml 2008-01-10 08:39:53 UTC (rev 1224) @@ -160,6 +160,7 @@ than a file.</para></listitem> </varlistentry> + &stdarg.server.debug; &popt.common.samba; &stdarg.help; Modified: trunk/xslt/man.xsl =================================================================== --- trunk/xslt/man.xsl 2008-01-09 12:51:35 UTC (rev 1223) +++ trunk/xslt/man.xsl 2008-01-10 08:39:53 UTC (rev 1224) @@ -175,10 +175,6 @@ <xsl:apply-templates/> <xsl:if test="following-sibling::listitem"> <xsl:text>.TP</xsl:text> - <xsl:if test="not($list-indent = '')"> - <xsl:text> </xsl:text> - <xsl:value-of select="$list-indent"/> - </xsl:if> <xsl:text> </xsl:text> </xsl:if> </xsl:template>
