From 37ed821798a0c141efe01096f3669f8fb9a62928 Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Mon, 16 Jul 2012 15:10:46 +0200 Subject: s3:doc manpage for "net connections cleanup" Signed-off-by: Andrew Bartlett --- docs-xml/manpages-3/net.8.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs-xml/manpages-3/net.8.xml b/docs-xml/manpages-3/net.8.xml index c85f87fae7..7a7ca6d1b6 100644 --- a/docs-xml/manpages-3/net.8.xml +++ b/docs-xml/manpages-3/net.8.xml @@ -2111,6 +2111,45 @@ string. + +CONNECTIONS + +Manipulate Samba's connections database. + + +The registry commands are: + +net connections cleanup - Remove orphaned entries from the connections database. + + + + + CONNECTIONS CLEANUP [-avT] + Remove orphaned entries from the connections database. This may be necessary if restarting smbd isn't an option. + + -a|--auto + + Noninteractive mode, don't ask. + + + + -v|--verbose + + Produce more output. + + + + -T|--test + + Dry run, show what changes would be made but don't touch anything. + + + + + + + + EVENTLOG -- cgit