mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
docs-xml: Update smbstatus manpage for new cmdline opition parser
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
ee5e420dc5
commit
6bb6e0c54f
@ -19,20 +19,28 @@
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>smbstatus</command>
|
||||
<arg choice="opt">-P</arg>
|
||||
<arg choice="opt">-b</arg>
|
||||
<arg choice="opt">-d <debug level></arg>
|
||||
<arg choice="opt">-v</arg>
|
||||
<arg choice="opt">-L</arg>
|
||||
<arg choice="opt">-B</arg>
|
||||
<arg choice="opt">-p</arg>
|
||||
<arg choice="opt">-S</arg>
|
||||
<arg choice="opt">-N</arg>
|
||||
<arg choice="opt">-f</arg>
|
||||
<arg choice="opt">-s <configuration file></arg>
|
||||
<arg choice="opt">-u <username></arg>
|
||||
<arg choice="opt">-n|--numeric</arg>
|
||||
<arg choice="opt">-p|--processes</arg>
|
||||
<arg choice="opt">-v|--verbose</arg>
|
||||
<arg choice="opt">-L|--locks</arg>
|
||||
<arg choice="opt">-S|--shares</arg>
|
||||
<arg choice="opt">-N|--notify</arg>
|
||||
<arg choice="opt">-u|--user=STRING</arg>
|
||||
<arg choice="opt">-b|--brief</arg>
|
||||
<arg choice="opt">-P|--profile</arg>
|
||||
<arg choice="opt">-R|--profile-rates</arg>
|
||||
<arg choice="opt">-B|--byterange</arg>
|
||||
<arg choice="opt">-n|--numeric</arg>
|
||||
<arg choice="opt">-f|--fast</arg>
|
||||
<arg choice="opt">--resolve-uids</arg>
|
||||
<arg choice="opt">-?|--help</arg>
|
||||
<arg choice="opt">--usage</arg>
|
||||
<arg choice="opt">-d|--debuglevel=DEBUGLEVEL</arg>
|
||||
<arg choice="opt">--debug-stdout</arg>
|
||||
<arg choice="opt">--configfile=CONFIGFILE</arg>
|
||||
<arg choice="opt">--option=name=value</arg>
|
||||
<arg choice="opt">-l|--log-basename=LOGFILEBASE</arg>
|
||||
<arg choice="opt">--leak-report</arg>
|
||||
<arg choice="opt">--leak-report-full</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@ -69,37 +77,30 @@
|
||||
<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>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-L|--locks</term>
|
||||
<listitem><para>causes smbstatus to only list locks.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-B|--byterange</term>
|
||||
<listitem><para>causes smbstatus to include byte range locks.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-p|--processes</term>
|
||||
<listitem><para>print a list of <citerefentry><refentrytitle>smbd</refentrytitle>
|
||||
<manvolnum>8</manvolnum></citerefentry> processes and exit.
|
||||
Useful for scripting.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>-S|--shares</term>
|
||||
<listitem><para>causes smbstatus to only list shares.</para>
|
||||
@ -122,8 +123,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
&stdarg.help;
|
||||
|
||||
<varlistentry>
|
||||
<term>-u|--user=<username></term>
|
||||
<listitem><para>selects information relevant to <parameter>username</parameter> only.</para>
|
||||
@ -137,6 +136,8 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
&popt.autohelp;
|
||||
&cmdline.common.samba.client;
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user