From: Karolin Seeger Date: Thu, 10 Jan 2008 08:39:53 +0000 (+0000) Subject: -Use '&stdarg.[server|client].debug' instead of '&stdarg.debug'; X-Git-Tag: samba-3.3.0pre1~1533 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01fa9b7b217aff816ce9365e122f356f2609daf9;p=thirdparty%2Fsamba.git -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 --- diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml index 0f5019851ca..9b7ab691256 100644 --- a/docs/manpages-3/net.8.xml +++ b/docs/manpages-3/net.8.xml @@ -122,7 +122,7 @@ - &stdarg.debug; + &stdarg.server.debug; diff --git a/docs/manpages-3/nmbd.8.xml b/docs/manpages-3/nmbd.8.xml index c7366fcea84..31b63e122ec 100644 --- a/docs/manpages-3/nmbd.8.xml +++ b/docs/manpages-3/nmbd.8.xml @@ -145,6 +145,7 @@ 5 man page for details on the contents of this file. + &stdarg.server.debug; &popt.common.samba; diff --git a/docs/manpages-3/nmblookup.1.xml b/docs/manpages-3/nmblookup.1.xml index 551235b53aa..b2f5fc687bd 100644 --- a/docs/manpages-3/nmblookup.1.xml +++ b/docs/manpages-3/nmblookup.1.xml @@ -130,7 +130,7 @@ query a WINS server. - + &stdarg.server.debug; &popt.common.samba; diff --git a/docs/manpages-3/ntlm_auth.1.xml b/docs/manpages-3/ntlm_auth.1.xml index ce46f639005..cf88d2499e7 100644 --- a/docs/manpages-3/ntlm_auth.1.xml +++ b/docs/manpages-3/ntlm_auth.1.xml @@ -340,6 +340,7 @@ + &stdarg.server.debug; &popt.common.samba; &stdarg.help; diff --git a/docs/manpages-3/pdbedit.8.xml b/docs/manpages-3/pdbedit.8.xml index 51f1d024104..aaa42b064a1 100644 --- a/docs/manpages-3/pdbedit.8.xml +++ b/docs/manpages-3/pdbedit.8.xml @@ -410,6 +410,7 @@ account policy value for bad lockout attempt is now 3 &stdarg.help; + &stdarg.server.debug; &popt.common.samba; diff --git a/docs/manpages-3/rpcclient.1.xml b/docs/manpages-3/rpcclient.1.xml index 1c19878de04..6c396b91b99 100644 --- a/docs/manpages-3/rpcclient.1.xml +++ b/docs/manpages-3/rpcclient.1.xml @@ -84,6 +84,7 @@ above. + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; &popt.common.connection; diff --git a/docs/manpages-3/smbcacls.1.xml b/docs/manpages-3/smbcacls.1.xml index e3cefe57d79..6deb9e53acc 100644 --- a/docs/manpages-3/smbcacls.1.xml +++ b/docs/manpages-3/smbcacls.1.xml @@ -143,6 +143,7 @@ &stdarg.help; + &stdarg.server.debug; &popt.common.samba; diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index 607d40ce7f6..7e4c1a666fe 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -323,58 +323,8 @@ - - -V - Prints the program version number. - - - - - -s <configuration file> - 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. - - - - -d|--debuglevel=level - - level is an integer - from 0 to 10. The default value if this parameter is - not specified is 1 for smbclient. - - 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. - - 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. - - Note that specifying this parameter here will - override the log level parameter - in the &smb.conf; file. - - - - - -l|--log-basename=logdirectory - Base directory name for log/debug files. The extension - ".progname" will be appended (e.g. log.smbclient, - log.smbd, etc...). The log file is never removed by the client. - - - + &stdarg.client.debug; + &popt.common.samba; &popt.common.credentials; &popt.common.connection; diff --git a/docs/manpages-3/smbcquotas.1.xml b/docs/manpages-3/smbcquotas.1.xml index 9c7cc2f74d6..b40e5d6b70a 100644 --- a/docs/manpages-3/smbcquotas.1.xml +++ b/docs/manpages-3/smbcquotas.1.xml @@ -107,6 +107,7 @@ &stdarg.help; + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; diff --git a/docs/manpages-3/smbd.8.xml b/docs/manpages-3/smbd.8.xml index 302905b6701..999cd5a6dbc 100644 --- a/docs/manpages-3/smbd.8.xml +++ b/docs/manpages-3/smbd.8.xml @@ -124,6 +124,7 @@ + &stdarg.server.debug; &popt.common.samba; &stdarg.help; diff --git a/docs/manpages-3/smbsh.1.xml b/docs/manpages-3/smbsh.1.xml index 48655b0ab1f..73f2e7141b6 100644 --- a/docs/manpages-3/smbsh.1.xml +++ b/docs/manpages-3/smbsh.1.xml @@ -72,7 +72,7 @@ &stdarg.configfile; - &stdarg.debug; + &stdarg.server.debug; &stdarg.resolve.order; diff --git a/docs/manpages-3/smbstatus.1.xml b/docs/manpages-3/smbstatus.1.xml index a0f4efb145a..6e425897eff 100644 --- a/docs/manpages-3/smbstatus.1.xml +++ b/docs/manpages-3/smbstatus.1.xml @@ -55,8 +55,9 @@ gives brief output. + &stdarg.server.debug; &popt.common.samba; - + -v|--verbose gives verbose output. diff --git a/docs/manpages-3/smbtree.1.xml b/docs/manpages-3/smbtree.1.xml index e493ef25d54..1d4d651fbd4 100644 --- a/docs/manpages-3/smbtree.1.xml +++ b/docs/manpages-3/smbtree.1.xml @@ -64,6 +64,7 @@ + &stdarg.server.debug; &popt.common.samba; &popt.common.credentials; &stdarg.help; diff --git a/docs/manpages-3/swat.8.xml b/docs/manpages-3/swat.8.xml index 3ff305dc621..75babe71748 100644 --- a/docs/manpages-3/swat.8.xml +++ b/docs/manpages-3/swat.8.xml @@ -77,6 +77,7 @@ buttons. + &stdarg.server.debug; &popt.common.samba; &stdarg.help; diff --git a/docs/manpages-3/vfstest.1.xml b/docs/manpages-3/vfstest.1.xml index 30ff7b2b651..72cac4452e1 100644 --- a/docs/manpages-3/vfstest.1.xml +++ b/docs/manpages-3/vfstest.1.xml @@ -59,6 +59,7 @@ + &stdarg.server.debug; &popt.common.samba; diff --git a/docs/manpages-3/winbindd.8.xml b/docs/manpages-3/winbindd.8.xml index 3efeece93bf..0fc0e8147fe 100644 --- a/docs/manpages-3/winbindd.8.xml +++ b/docs/manpages-3/winbindd.8.xml @@ -160,6 +160,7 @@ hosts: files wins than a file. + &stdarg.server.debug; &popt.common.samba; &stdarg.help; diff --git a/docs/xslt/man.xsl b/docs/xslt/man.xsl index c810e2295bd..5232d2ead22 100644 --- a/docs/xslt/man.xsl +++ b/docs/xslt/man.xsl @@ -175,10 +175,6 @@ .TP - - - -