diff options
author | Jeremy Allison <jra@samba.org> | 2001-12-29 21:15:40 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-12-29 21:15:40 +0000 |
commit | 49e66e1352952fe4bfe363c7effe2052ae6da8b8 (patch) | |
tree | 28d3d4ed35c1f918c1e5e80475d72bbfb4b601be /docs/docbook | |
parent | 0d6a1c09982f7497a4ea80f9c4db3bb249ccfa67 (diff) | |
download | samba-49e66e1352952fe4bfe363c7effe2052ae6da8b8.tar.gz samba-49e66e1352952fe4bfe363c7effe2052ae6da8b8.tar.bz2 samba-49e66e1352952fe4bfe363c7effe2052ae6da8b8.zip |
Documented -i modes for nmbd/smbd.
Jeremy.
(This used to be commit a076e2e4c512cd2ef2f9c38447c44d93e4b6ac57)
Diffstat (limited to 'docs/docbook')
-rw-r--r-- | docs/docbook/manpages/nmbd.8.sgml | 11 | ||||
-rw-r--r-- | docs/docbook/manpages/smbd.8.sgml | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/docbook/manpages/nmbd.8.sgml b/docs/docbook/manpages/nmbd.8.sgml index edfa9b4fca..a1de5860c4 100644 --- a/docs/docbook/manpages/nmbd.8.sgml +++ b/docs/docbook/manpages/nmbd.8.sgml @@ -18,6 +18,7 @@ <command>nmbd</command> <arg choice="opt">-D</arg> <arg choice="opt">-a</arg> + <arg choice="opt">-i</arg> <arg choice="opt">-o</arg> <arg choice="opt">-P</arg> <arg choice="opt">-h</arg> @@ -94,6 +95,16 @@ </varlistentry> <varlistentry> + <term>-i</term> + <listitem><para>If this parameter is specified it causes the + server to run "interactively", not as a daemon, even if the + server is executed on the command line of a shell. Setting this + parameter negates the implicit deamon mode when run from the + command line. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-o</term> <listitem><para>If this parameter is specified, the log files will be overwritten when opened. By default, diff --git a/docs/docbook/manpages/smbd.8.sgml b/docs/docbook/manpages/smbd.8.sgml index e01e547707..3c2ab3b5b8 100644 --- a/docs/docbook/manpages/smbd.8.sgml +++ b/docs/docbook/manpages/smbd.8.sgml @@ -17,6 +17,7 @@ <command>smbd</command> <arg choice="opt">-D</arg> <arg choice="opt">-a</arg> + <arg choice="opt">-i</arg> <arg choice="opt">-o</arg> <arg choice="opt">-P</arg> <arg choice="opt">-h</arg> @@ -96,6 +97,16 @@ </varlistentry> <varlistentry> + <term>-i</term> + <listitem><para>If this parameter is specified it causes the + server to run "interactively", not as a daemon, even if the + server is executed on the command line of a shell. Setting this + parameter negates the implicit deamon mode when run from the + command line. + </para></listitem> + </varlistentry> + + <varlistentry> <term>-o</term> <listitem><para>If this parameter is specified, the log files will be overwritten when opened. By default, |