[Pkg-samba-maint] [samba] 38/135: docs: mention many more options in smbd options.

Ivo De Decker ivodd at moszumanska.debian.org
Sat Jan 11 21:30:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

ivodd pushed a commit to branch master
in repository samba.

commit e791b70b67082da0df901909453f045e754c249d
Author: Günther Deschner <gd at samba.org>
Date:   Thu Nov 14 17:49:58 2013 +0100

    docs: mention many more options in smbd options.
    
    Guenther
    
    Signed-off-by: Günther Deschner <gd at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    (cherry picked from commit ad46b6689d999651732894968e5e49d045591203)
---
 docs-xml/manpages/smbd.8.xml | 29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

diff --git a/docs-xml/manpages/smbd.8.xml b/docs-xml/manpages/smbd.8.xml
index 742e1ce..2af6aa6 100644
--- a/docs-xml/manpages/smbd.8.xml
+++ b/docs-xml/manpages/smbd.8.xml
@@ -19,17 +19,18 @@
 <refsynopsisdiv>
 	<cmdsynopsis>
 		<command>smbd</command>
-		<arg choice="opt">-D</arg>
-		<arg choice="opt">-F</arg>
-		<arg choice="opt">-S</arg>
-		<arg choice="opt">-i</arg>
+		<arg choice="opt">-D|--daemon</arg>
+		<arg choice="opt">-F|--foreground</arg>
+		<arg choice="opt">-S|--log-stdout</arg>
+		<arg choice="opt">-i|--interactive</arg>
 		<arg choice="opt">-V</arg>
-		<arg choice="opt">-b</arg>
+		<arg choice="opt">-b|--build-options</arg>
 		<arg choice="opt">-d <debug level></arg>
-		<arg choice="opt">-l <log directory></arg>
+		<arg choice="opt">-l|--log-basename <log directory></arg>
 		<arg choice="opt">-p <port number(s)></arg>
 		<arg choice="opt">-P <profiling level></arg>
 		<arg choice="opt">-s <configuration file></arg>
+		<arg choice="opt">--no-process-group</arg>
 	</cmdsynopsis>
 </refsynopsisdiv>
 
@@ -79,7 +80,7 @@
 
 	<variablelist>
 		<varlistentry>
-		<term>-D</term>
+		<term>-D|--daemon</term>
 		<listitem><para>If specified, this parameter causes 
 		the server to operate as a daemon. That is, it detaches 
 		itself and runs in the background, fielding requests 
@@ -92,7 +93,7 @@
 		</varlistentry>
 
 		<varlistentry>
-		<term>-F</term>
+		<term>-F|--foreground</term>
 		<listitem><para>If specified, this parameter causes
 		the main <command>smbd</command> process to not daemonize,
 		i.e. double-fork and disassociate with the terminal.
@@ -107,14 +108,14 @@
 		</varlistentry>
 
 		<varlistentry>
-		<term>-S</term>
+		<term>-S|--log-stdout</term>
 		<listitem><para>If specified, this parameter causes
 		<command>smbd</command> to log to standard output rather
 		than a file.</para></listitem>
 		</varlistentry>
 
 		<varlistentry>
-		<term>-i</term>
+		<term>-i|--interactive</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
@@ -130,7 +131,13 @@
 		&stdarg.help;
 
 		<varlistentry>
-		<term>-b</term>
+		<term>--no-process-group</term>
+		<listitem><para>Do not create a new process group for smbd.
+		</para></listitem>
+		</varlistentry>
+
+		<varlistentry>
+		<term>-b|--build-options</term>
 		<listitem><para>Prints information about how 
 		Samba was built.</para></listitem>
 		</varlistentry>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git




More information about the Pkg-samba-maint mailing list