Changeset 988 for vendor/current/docs-xml/manpages/testparm.1.xml
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- 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 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">User Commands</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>10 <refmiscinfo class="version">4.4</refmiscinfo> 11 11 </refmeta> 12 12 … … 21 21 <cmdsynopsis> 22 22 <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 <encoding></arg> 23 <arg choice="opt">-s|--suppress-prompt</arg> 24 <arg choice="opt">--help</arg> 25 <arg choice="opt">-v|--verbose</arg> 27 26 <arg choice="req">config filename</arg> 28 27 <arg choice="opt">hostname hostIP</arg> … … 64 63 <variablelist> 65 64 <varlistentry> 66 <term>-s </term>65 <term>-s|--suppress-prompt</term> 67 66 <listitem><para>Without this option, <command>testparm</command> 68 67 will prompt for a carriage return after printing the service … … 70 69 </varlistentry> 71 70 72 &stdarg.help;73 71 &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> 77 78 <listitem><para>If this option is specified, testparm 78 79 will also output all options that were not used in <citerefentry> … … 82 83 83 84 <varlistentry> 84 <term>-t encoding</term>85 <listitem><para>86 Output data in specified encoding.87 </para></listitem>88 </varlistentry>89 90 <varlistentry>91 85 <term>--parameter-name parametername</term> 92 86 <listitem><para> … … 104 98 <listitem><para> 105 99 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. 106 114 </para></listitem> 107 115 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.