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 | a076e2e4c512cd2ef2f9c38447c44d93e4b6ac57 (patch) | |
tree | f74c88990ee5a040708b0330f503965d018808f3 /docs | |
parent | 9343b613d3778b0330bc4d610d3befd363797360 (diff) | |
download | samba-a076e2e4c512cd2ef2f9c38447c44d93e4b6ac57.tar.gz samba-a076e2e4c512cd2ef2f9c38447c44d93e4b6ac57.tar.xz samba-a076e2e4c512cd2ef2f9c38447c44d93e4b6ac57.zip |
Documented -i modes for nmbd/smbd.
Jeremy.
Diffstat (limited to 'docs')
-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 edfa9b4fca4..a1de5860c47 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 e01e5477079..3c2ab3b5b8c 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, |