]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
man: Added -s parameter.
authorPascal Volk <user@localhost.localdomain.org>
Tue, 23 Nov 2010 18:42:27 +0000 (18:42 +0000)
committerPascal Volk <user@localhost.localdomain.org>
Tue, 23 Nov 2010 18:42:27 +0000 (18:42 +0000)
doc/man/doveadm.1.in
doc/man/global-options-formatter.inc
doc/man/global-options.inc

index 02745f907cae7042db35ac19edfda74d4012d355..5ed65b3b71d7fadfd4dbd3730b08b8b5fdb003ad 100644 (file)
@@ -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
index a40c30fcadd90a6f136c55bf554d3775923d6f7f..400bef8abfbf8a22950647214e9d47de7e5751be 100644 (file)
@@ -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.
index fd7d062db33d8bf2684428b5d46e98f4a892ff8e..932a328c977c885845f8724cc3b5db45ae2b9ee6 100644 (file)
@@ -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.