Changeset 988 for vendor/current/docs-xml/manpages/nmbd.8.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/nmbd.8.xml
r860 r988 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">System Administration tools</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>nmbd</command> 23 <arg choice="opt">-D</arg> 24 <arg choice="opt">-F</arg> 25 <arg choice="opt">-S</arg> 26 <arg choice="opt">-a</arg> 27 <arg choice="opt">-i</arg> 28 <arg choice="opt">-o</arg> 29 <arg choice="opt">-h</arg> 23 <arg choice="opt">-D|--daemon</arg> 24 <arg choice="opt">-F|--foreground</arg> 25 <arg choice="opt">-S|--log-stdout</arg> 26 <arg choice="opt">-i|--interactive</arg> 30 27 <arg choice="opt">-V</arg> 31 28 <arg choice="opt">-d <debug level></arg> 32 <arg choice="opt">-H <lmhosts file></arg>29 <arg choice="opt">-H|--hosts <lmhosts file></arg> 33 30 <arg choice="opt">-l <log directory></arg> 34 <arg choice="opt">-p <port number></arg>31 <arg choice="opt">-p|--port <port number></arg> 35 32 <arg choice="opt">-s <configuration file></arg> 33 <arg choice="opt">--no-process-group</arg> 36 34 </cmdsynopsis> 37 35 </refsynopsisdiv> … … 82 80 <variablelist> 83 81 <varlistentry> 84 <term>-D </term>82 <term>-D|--daemon</term> 85 83 <listitem><para>If specified, this parameter causes 86 84 <command>nmbd</command> to operate as a daemon. That is, … … 94 92 95 93 <varlistentry> 96 <term>-F </term>94 <term>-F|--foreground</term> 97 95 <listitem><para>If specified, this parameter causes 98 96 the main <command>nmbd</command> process to not daemonize, … … 109 107 110 108 <varlistentry> 111 <term>-S </term>109 <term>-S|--log-stdout</term> 112 110 <listitem><para>If specified, this parameter causes 113 111 <command>nmbd</command> to log to standard output rather … … 116 114 117 115 <varlistentry> 118 <term>-i </term>116 <term>-i|--interactive</term> 119 117 <listitem><para>If this parameter is specified it causes the 120 118 server to run "interactively", not as a daemon, even if the … … 126 124 </varlistentry> 127 125 128 & stdarg.help;126 &popt.autohelp; 129 127 130 128 <varlistentry> 131 <term>-H <filename></term>129 <term>-H|--hosts <filename></term> 132 130 <listitem><para>NetBIOS lmhosts file. The lmhosts 133 131 file is a list of NetBIOS names to IP addresses that … … 153 151 154 152 <varlistentry> 155 <term>-p <UDP port number></term>153 <term>-p|--port <UDP port number></term> 156 154 <listitem><para>UDP port number is a positive integer value. 157 155 This option changes the default UDP port number (normally 137) … … 159 157 use this option unless you are an expert, in which case you 160 158 won't need help!</para></listitem> 159 </varlistentry> 160 161 <varlistentry> 162 <term>--no-process-group</term> 163 <listitem><para>Do not create a new process group for nmbd. 164 </para></listitem> 161 165 </varlistentry> 162 166 … … 267 271 <manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbclient</refentrytitle> 268 272 <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testparm</refentrytitle> 269 <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testprns</refentrytitle>270 273 <manvolnum>1</manvolnum></citerefentry>, and the Internet 271 274 RFC's <filename>rfc1001.txt</filename>, <filename>rfc1002.txt</filename>.
Note:
See TracChangeset
for help on using the changeset viewer.