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/testparm.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        <cmdsynopsis>
    2222                <command>testparm</command>
    23                 <arg choice="opt">-s</arg>
    24                 <arg choice="opt">-h</arg>
    25                 <arg choice="opt">-v</arg>
    26                 <arg choice="opt">-t &lt;encoding&gt;</arg>
     23                <arg choice="opt">-s|--suppress-prompt</arg>
     24                <arg choice="opt">--help</arg>
     25                <arg choice="opt">-v|--verbose</arg>
    2726                <arg choice="req">config filename</arg>
    2827                <arg choice="opt">hostname hostIP</arg>
     
    6463        <variablelist>
    6564                <varlistentry>
    66                 <term>-s</term>
     65                <term>-s|--suppress-prompt</term>
    6766                <listitem><para>Without this option, <command>testparm</command>
    6867                will prompt for a carriage return after printing the service
     
    7069                </varlistentry>
    7170
    72                 &stdarg.help;
    7371                &stdarg.version;
    74                
    75                 <varlistentry>
    76                 <term>-v</term>
     72                &stdarg.option;
     73                &popt.autohelp;
     74                &stdarg.client.debug;
     75
     76                <varlistentry>
     77                <term>-v|--verbose</term>
    7778                <listitem><para>If this option is specified, testparm
    7879                will also output all options that were not used in <citerefentry>
     
    8283
    8384                <varlistentry>
    84                 <term>-t encoding</term>
    85                 <listitem><para>
    86                 Output data in specified encoding.
    87                 </para></listitem>
    88                 </varlistentry>
    89 
    90                 <varlistentry>
    9185                <term>--parameter-name parametername</term>
    9286                <listitem><para>
     
    10498                <listitem><para>
    10599                Dumps the named section.
     100                </para></listitem>
     101                </varlistentry>
     102
     103                <varlistentry>
     104                <term>--show-all-parameters</term>
     105                <listitem><para>
     106                                Show the parameters, type, possible values.
     107                </para></listitem>
     108                </varlistentry>
     109
     110                <varlistentry>
     111                <term>-l|--skip-logic-checks</term>
     112                <listitem><para>
     113                                Skip the global checks.
    106114                </para></listitem>
    107115                </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.