dovecot-2.0: man: Added -s parameter.

dovecot at dovecot.org dovecot at dovecot.org
Tue Nov 23 20:49:27 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/21966f298a3c
changeset: 12466:21966f298a3c
user:      Pascal Volk <user at localhost.localdomain.org>
date:      Tue Nov 23 18:42:27 2010 +0000
description:
man: Added -s parameter.

diffstat:

 doc/man/doveadm.1.in                 |   7 ++++---
 doc/man/global-options-formatter.inc |  10 ++++++++++
 doc/man/global-options.inc           |  10 ++++++++++
 3 files changed, 24 insertions(+), 3 deletions(-)

diffs (58 lines):

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.


More information about the dovecot-cvs mailing list