Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/docs-xml/manpages
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages/smbcquotas.1.xml

    r860 r988  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">User Commands</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     10        <refmiscinfo class="version">4.4</refmiscinfo>
    1111</refmeta>
    1212
     
    2121                <command>smbcquotas</command>
    2222                <arg choice="req">//server/share</arg>
    23                 <arg choice="opt">-u user</arg>
    24                 <arg choice="opt">-L</arg>
    25                 <arg choice="opt">-F</arg>
    26                 <arg choice="opt">-S QUOTA_SET_COMMAND</arg>
    27                 <arg choice="opt">-n</arg>
    28                 <arg choice="opt">-t</arg>
    29                 <arg choice="opt">-v</arg>
     23                <arg choice="opt">-u|--user user</arg>
     24                <arg choice="opt">-L|--list</arg>
     25                <arg choice="opt">-F|--fs</arg>
     26                <arg choice="opt">-S|--set QUOTA_SET_COMMAND</arg>
     27                <arg choice="opt">-n|--numeric</arg>
     28                <arg choice="opt">-t|--test-args</arg>
     29                <arg choice="opt">-v|--verbose</arg>
    3030
    3131                <arg choice="opt">-d debuglevel</arg>
     
    6161        <variablelist>
    6262                <varlistentry>
    63                 <term>-u user</term>
     63                <term>-u|--user user</term>
    6464                <listitem><para> Specifies the user of whom the quotas are get or set.
    6565                By default the current user's username will be used.</para></listitem>
     
    6969               
    7070                <varlistentry>
    71                 <term>-L</term>
     71                <term>-L|--list</term>
    7272                <listitem><para>Lists all quota records of the share.</para></listitem>
    7373                </varlistentry>
     
    7676               
    7777                <varlistentry>
    78                 <term>-F</term>
     78                <term>-F|--fs</term>
    7979                <listitem><para>Show the share quota status and default limits.</para></listitem>
    8080                </varlistentry>
     
    8383               
    8484                <varlistentry>
    85                 <term>-S QUOTA_SET_COMMAND</term>
     85                <term>-S|--set QUOTA_SET_COMMAND</term>
    8686                <listitem><para>This command sets/modifies quotas for a user or on the share,
    8787                depending on the QUOTA_SET_COMMAND parameter which is described later.</para></listitem>
     
    9090               
    9191                <varlistentry>
    92                 <term>-n</term>
     92                <term>-n|--numeric</term>
    9393                <listitem><para>This option displays all QUOTA information in numeric
    9494                format.  The default is to convert SIDs to names and QUOTA limits
     
    9797
    9898                <varlistentry>
    99                 <term>-t</term>
     99                <term>-t|--test-args</term>
    100100                <listitem><para>
    101101                Don't actually do anything, only validate the correctness of the arguments.
     
    104104
    105105                <varlistentry>
    106                 <term>-v</term>
     106                <term>-v|--verbose</term>
    107107                <listitem><para>
    108108                Be verbose.
     
    110110                </varlistentry>
    111111                               
    112                 &stdarg.help;
     112
    113113                &stdarg.server.debug;
    114114                &popt.common.samba;
    115115                &popt.common.credentials;
     116                &popt.autohelp;
     117
    116118        </variablelist>
    117119</refsect1>
Note: See TracChangeset for help on using the changeset viewer.