summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages/smbd.8.sgml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-24 14:14:10 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-24 14:14:10 +0000
commite5ae6d548ff3c11a1be5ce3509da278b09994a34 (patch)
treea029925c7ca8a04c269beb6e73c2d9afd7d7170d /docs/docbook/manpages/smbd.8.sgml
parent9ae249c6f10d3d548a6f1f19b34acf27e237f638 (diff)
downloadsamba-e5ae6d548ff3c11a1be5ce3509da278b09994a34.tar.gz
samba-e5ae6d548ff3c11a1be5ce3509da278b09994a34.tar.bz2
samba-e5ae6d548ff3c11a1be5ce3509da278b09994a34.zip
Document common arguments with entities
(This used to be commit adafcbb9af4a22db0fefb70966564d8591b5baed)
Diffstat (limited to 'docs/docbook/manpages/smbd.8.sgml')
-rw-r--r--docs/docbook/manpages/smbd.8.sgml64
1 files changed, 5 insertions, 59 deletions
diff --git a/docs/docbook/manpages/smbd.8.sgml b/docs/docbook/manpages/smbd.8.sgml
index 32837ba903..b31d919a12 100644
--- a/docs/docbook/manpages/smbd.8.sgml
+++ b/docs/docbook/manpages/smbd.8.sgml
@@ -1,4 +1,6 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
+]>
<refentry id="smbd.8">
<refmeta>
@@ -122,17 +124,8 @@
</para></listitem>
</varlistentry>
- <varlistentry>
- <term>-h</term>
- <listitem><para>Prints the help information (usage)
- for <command>smbd</command>.</para></listitem>
- </varlistentry>
-
- <varlistentry>
- <term>-V</term>
- <listitem><para>Prints the version number for
- <command>smbd</command>.</para></listitem>
- </varlistentry>
+ &popt.common.samba;
+ &stdarg.help;
<varlistentry>
<term>-b</term>
@@ -141,32 +134,6 @@
</varlistentry>
<varlistentry>
- <term>-d &lt;debug level&gt;</term>
- <listitem><para><replaceable>debuglevel</replaceable> is an integer
- from 0 to 10. The default value if this parameter is
- not specified is zero.</para>
-
- <para>The higher this value, the more detail will be
- logged to the log files about the activities of the
- server. At level 0, only critical errors and serious
- warnings will be logged. Level 1 is a reasonable level for
- day to day running - it generates a small amount of
- information about operations carried out.</para>
-
- <para>Levels above 1 will generate considerable
- amounts of log data, and should only be used when
- investigating a problem. Levels above 3 are designed for
- use only by developers and generate HUGE amounts of log
- data, most of which is extremely cryptic.</para>
-
- <para>Note that specifying this parameter here will
- override the <ulink url="smb.conf.5.html#loglevel"><parameter>log
- level</parameter></ulink> parameter in the <citerefentry><refentrytitle>smb.conf</refentrytitle>
- <manvolnum>5</manvolnum></citerefentry> file.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term>-l &lt;log directory&gt;</term>
<listitem><para>If specified,
<replaceable>log directory</replaceable>
@@ -187,14 +154,6 @@
</varlistentry>
<varlistentry>
- <term>-O &lt;socket options&gt;</term>
- <listitem><para>See the <ulink
- url="smb.conf.5.html#socketoptions"><parameter>socket options</parameter></ulink>
- parameter in the <citerefentry><refentrytitle>smb.conf</refentrytitle>
- <manvolnum>5</manvolnum></citerefentry> file for details.</para></listitem>
- </varlistentry>
-
- <varlistentry>
<term>-p &lt;port number&gt;</term>
<listitem><para><replaceable>port number</replaceable> is a positive integer
value. The default value if this parameter is not
@@ -218,19 +177,6 @@
<para>This parameter is not normally specified except
in the above situation.</para></listitem>
</varlistentry>
-
- <varlistentry>
- <term>-s &lt;configuration file&gt;</term>
- <listitem><para>The file specified contains the
- configuration details required by the server. The
- information in this file includes server-specific
- information such as what printcap file to use, as well
- as descriptions of all the services that the server is
- to provide. See <citerefentry><refentrytitle>smb.conf</refentrytitle>
- <manvolnum>5</manvolnum></citerefentry> for more information.
- The default configuration file name is determined at
- compile time.</para></listitem>
- </varlistentry>
</variablelist>
</refsect1>