From 49e66e1352952fe4bfe363c7effe2052ae6da8b8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 29 Dec 2001 21:15:40 +0000 Subject: Documented -i modes for nmbd/smbd. Jeremy. (This used to be commit a076e2e4c512cd2ef2f9c38447c44d93e4b6ac57) --- docs/docbook/manpages/nmbd.8.sgml | 11 +++++++++++ docs/docbook/manpages/smbd.8.sgml | 11 +++++++++++ 2 files changed, 22 insertions(+) (limited to 'docs/docbook') 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 @@ nmbd -D -a + -i -o -P -h @@ -93,6 +94,16 @@ This is the default. + + -i + 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. + + + -o If this parameter is specified, the 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 @@ smbd -D -a + -i -o -P -h @@ -95,6 +96,16 @@ This is the default. + + -i + 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. + + + -o If this parameter is specified, the -- cgit