From 05db55af943e50bd8f7b29f8210f32350239ea59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Tue, 15 Oct 2013 15:11:33 +0200 Subject: [PATCH] docs: mention more options in winbindd manpage. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Andreas Schneider --- docs-xml/manpages/winbindd.8.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs-xml/manpages/winbindd.8.xml b/docs-xml/manpages/winbindd.8.xml index 1cb49cabd4a..f6aad3fb0e3 100644 --- a/docs-xml/manpages/winbindd.8.xml +++ b/docs-xml/manpages/winbindd.8.xml @@ -20,13 +20,13 @@ winbindd - -D - -F - -S - -i + -D|--daemon + -F|--foreground + -S|--stdout + -i|--interactive -d <debug level> -s <smb config file> - -n + -n|--no-caching @@ -135,7 +135,7 @@ hosts: files wins - -D + -D|--daemon If specified, this parameter causes the server to operate as a daemon. That is, it detaches itself and runs in the background on the appropriate port. @@ -145,7 +145,7 @@ hosts: files wins - -F + -F|--foreground If specified, this parameter causes the main winbindd process to not daemonize, i.e. double-fork and disassociate with the terminal. @@ -160,7 +160,7 @@ hosts: files wins - -S + -S|--stdout If specified, this parameter causes winbindd to log to standard output rather than a file. @@ -171,7 +171,7 @@ hosts: files wins &stdarg.help; - -i + -i|--interactive Tells winbindd to not become a daemon and detach from the current terminal. This option is used by developers when interactive debugging @@ -182,7 +182,7 @@ hosts: files wins - -n + -n|--no-caching Disable some caching. This means winbindd will often have to wait for a response from the domain controller before it can respond to a client and this thus makes things