From: Pascal Volk Date: Tue, 23 Nov 2010 18:42:27 +0000 (+0000) Subject: man: Added -s parameter. X-Git-Tag: 2.0.8~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f0736b040eee3029711ed4f1bb95ec66b9ecb66;p=thirdparty%2Fdovecot%2Fcore.git man: Added -s parameter. --- diff --git a/doc/man/doveadm.1.in b/doc/man/doveadm.1.in index 02745f907c..5ed65b3b71 100644 --- a/doc/man/doveadm.1.in +++ b/doc/man/doveadm.1.in @@ -1,12 +1,13 @@ .\" Copyright (c) 2010 Dovecot authors, see the included COPYING file -.TH DOVEADM 1 "2010-07-01" "Dovecot v2.0" "Dovecot" +.TH DOVEADM 1 "2010-11-23" "Dovecot v2.0" "Dovecot" .SH NAME doveadm \- Dovecot\(aqs administration utility .\"------------------------------------------------------------------------ .SH SYNOPSIS .BR doveadm " [" \-Dv "] [" \-f -.IR formatter ] -.IR command " [" command_options "] [" command_arguments ] +.IR formatter "] [" +.BI \-s " socket_path +.RI "] " command " [" command_options "] [" command_arguments ] .\"------------------------------------------------------------------------ .SH DESCRIPTION .B doveadm diff --git a/doc/man/global-options-formatter.inc b/doc/man/global-options-formatter.inc index a40c30fcad..400bef8abf 100644 --- a/doc/man/global-options-formatter.inc +++ b/doc/man/global-options-formatter.inc @@ -31,5 +31,15 @@ prints a table header followed by tab separated value lines. prints a table header followed by adjusted value lines. .RE .TP +.BI \-s\ socket_path +The option\(aqs argument is either an absolute path to a local UNIX domain +socket, or a hostname and port +.RI ( hostname : port ), +in order to connect a remote host via a TCP socket. +.sp +This allows an administrator to execute +.B doveadm mail +commands through the given socket. +.TP .B \-v Enables verbosity, including progress counter. diff --git a/doc/man/global-options.inc b/doc/man/global-options.inc index fd7d062db3..932a328c97 100644 --- a/doc/man/global-options.inc +++ b/doc/man/global-options.inc @@ -6,5 +6,15 @@ Global .B \-D Enables verbosity and debug messages. .TP +.BI \-s\ socket_path +The option\(aqs argument is either an absolute path to a local UNIX domain +socket, or a hostname and port +.RI ( hostname : port ), +in order to connect a remote host via a TCP socket. +.sp +This allows an administrator to execute +.B doveadm mail +commands through the given socket. +.TP .B \-v Enables verbosity, including progress counter.