# HG changeset patch # User Pascal Volk # Date 1290537747 0 # Node ID 21966f298a3c5396f9c3e9e013f83bf923e8fcf3 # Parent e6076467fbf0d32bfbac6504087216f68b0b0c12 man: Added -s parameter. diff -r e6076467fbf0 -r 21966f298a3c doc/man/doveadm.1.in --- a/doc/man/doveadm.1.in Tue Nov 23 18:26:38 2010 +0000 +++ b/doc/man/doveadm.1.in Tue Nov 23 18:42:27 2010 +0000 @@ -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 -r e6076467fbf0 -r 21966f298a3c doc/man/global-options-formatter.inc --- a/doc/man/global-options-formatter.inc Tue Nov 23 18:26:38 2010 +0000 +++ b/doc/man/global-options-formatter.inc Tue Nov 23 18:42:27 2010 +0000 @@ -31,5 +31,15 @@ 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 -r e6076467fbf0 -r 21966f298a3c doc/man/global-options.inc --- a/doc/man/global-options.inc Tue Nov 23 18:26:38 2010 +0000 +++ b/doc/man/global-options.inc Tue Nov 23 18:42:27 2010 +0000 @@ -6,5 +6,15 @@ .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.