From 3097e3e264cb8058b6fabccc3d909f52d356e26e Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Wed, 23 Feb 2011 01:26:55 +0100 Subject: [PATCH] Fixed some minor problems in the man pages (patch by Pascal Volk). --- doc/man/sieve-dump.1.in | 12 ++++++------ doc/man/sieve-filter.1.in | 11 +++++------ doc/man/sieve-test.1.in | 8 ++++---- doc/man/sievec.1.in | 10 +++++----- 4 files changed, 20 insertions(+), 21 deletions(-) diff --git a/doc/man/sieve-dump.1.in b/doc/man/sieve-dump.1.in index d553b5a29..0458c31a5 100644 --- a/doc/man/sieve-dump.1.in +++ b/doc/man/sieve-dump.1.in @@ -1,5 +1,5 @@ -.\" Copyright (c) 2010 Pigeonhole authors, see the included COPYING file -.TH "SIEVE-DUMP" 1 "2010-08-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole" +.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file +.TH "SIEVE\-DUMP" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole" .\"------------------------------------------------------------------------ .SH NAME sieve\-dump \- Pigeonhole\(aqs Sieve script binary dump tool @@ -41,8 +41,8 @@ the binary. Alternative Dovecot configuration file path. .TP .B \-h -Produce per-block hexdump output of the whole binary instead of the normal -human-readable output. +Produce per\-block hexdump output of the whole binary instead of the normal +human\-readable output. .TP .BI \-x\ extensions Set the available extensions. The parameter is a space\-separated list of the @@ -54,7 +54,7 @@ ignored and a warning is produced. By default, all supported extensions are available, except for deprecated extensions or those that are still under development. -For example \fB\-x\fP "+imapflags \-enotify" will enable the deprecated +For example \fB\-x\fP \(dq+imapflags \-enotify\(dq will enable the deprecated imapflags extension along with all extensions that are available by default, except for the enotify extension. .\"------------------------------------------------------------------------ @@ -96,4 +96,4 @@ Sieve interpreter settings (included from Dovecot\(aqs main configuration file) .BR dovecot\-lda (1), .BR sieve\-test (1), .BR sievec (1), -.BR pigeonhole (7) +.BR pigeonhole (7) \ No newline at end of file diff --git a/doc/man/sieve-filter.1.in b/doc/man/sieve-filter.1.in index 6400c79e3..0770fbcea 100644 --- a/doc/man/sieve-filter.1.in +++ b/doc/man/sieve-filter.1.in @@ -1,5 +1,5 @@ -.\" Copyright (c) 2010 Pigeonhole authors, see the included COPYING file -.TH "SIEVE-FILTER" 1 "2010-09-20" "Pigeonhole for Dovecot v2.0" "Pigeonhole" +.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file +.TH "SIEVE\-FILTER" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole" .SH NAME sieve\-filter \- Pigeonhole\(aqs Sieve mailbox filter tool @@ -128,7 +128,7 @@ ignored and a warning is produced. By default, all supported extensions are available, except for deprecated extensions or those that are still under development. -For example \fB\-x\fP "+imapflags \-enotify" will enable the deprecated +For example \fB\-x\fP \(dq+imapflags \-enotify\(dq will enable the deprecated imapflags extension along with all extensions that are available by default, except for the enotify extension. @@ -175,7 +175,7 @@ but there are a few exceptions: When the \fB\-W\fP option is not specified, the source mailbox is immutable and the specified \fIsource\-action\fP has no effect. .IP \(bu -When the \fB-M\fR option (move mode) is active, all messages that were +When the \fB\-M\fR option (move mode) is active, all messages that were successfully moved to another mailbox are expunged irrespective of the specified \fIsource\-action\fP. .IP \(bu @@ -221,5 +221,4 @@ Sieve interpreter settings (included from Dovecot\(aqs main configuration file) .BR sieve\-dump (1), .BR sieve\-test (1), .BR sievec (1), -.BR pigeonhole (7) - +.BR pigeonhole (7) \ No newline at end of file diff --git a/doc/man/sieve-test.1.in b/doc/man/sieve-test.1.in index 79abaa2a9..1a1991841 100644 --- a/doc/man/sieve-test.1.in +++ b/doc/man/sieve-test.1.in @@ -1,5 +1,5 @@ -.\" Copyright (c) 2010 Pigeonhole authors, see the included COPYING file -.TH "SIEVE-TEST" 1 "2010-08-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole" +.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file +.TH "SIEVE\-TEST" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole" .SH NAME sieve\-test \- Pigeonhole\(aqs Sieve script tester .\"------------------------------------------------------------------------ @@ -105,7 +105,7 @@ ignored and a warning is produced. By default, all supported extensions are available, except for deprecated extensions or those that are still under development. -For example \fB\-x\fP "+imapflags \-enotify" will enable the deprecated +For example \fB\-x\fP \(dq+imapflags \-enotify\(dq will enable the deprecated imapflags extension along with all extensions that are available by default, except for the enotify extension. .\"------------------------------------------------------------------------ @@ -218,4 +218,4 @@ Sieve interpreter settings (included from Dovecot\(aqs main configuration file) .BR dovecot\-lda (1), .BR sieve\-dump (1), .BR sievec (1), -.BR pigeonhole (7) +.BR pigeonhole (7) \ No newline at end of file diff --git a/doc/man/sievec.1.in b/doc/man/sievec.1.in index 3ee952a87..99b39cd7f 100644 --- a/doc/man/sievec.1.in +++ b/doc/man/sievec.1.in @@ -1,5 +1,5 @@ -.\" Copyright (c) 2010 Pigeonhole authors, see the included COPYING file -.TH "SIEVEC" 1 "2010-08-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole" +.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file +.TH "SIEVEC" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole" .\"------------------------------------------------------------------------ .SH NAME sievec \- Pigeonhole\(aqs Sieve script compiler @@ -20,7 +20,7 @@ Using the \fBsievec\fP command, Sieve scripts can be compiled into a binary representation. The resulting binary can be used directly to process e\-mail messages during the delivery process. The delivery of mail messages and \- by means of the LDA Sieve plugin \- also the execution of Sieve scripts is -performed by Dovecot\aqs local delivery agent (LDA) called \fBdovecot\-lda\fP(1). +performed by Dovecot\(aqs local delivery agent (LDA) called \fBdovecot\-lda\fP(1). Usually, it is not necessaryto compile the Sieve script manually using \fBsievec\fP, because \fBdovecot\-lda\fP will do this automatically if the binary is missing. However, in some cases \fBdovecot\-lda\fP does not have permission to @@ -66,7 +66,7 @@ are ignored and a warning is produced. By default, all supported extensions are available, except for deprecated extensions or those that are still under development. -For example \fB\-x\fP "+imapflags \-enotify" will enable the deprecated +For example \fB\-x\fP \(dq+imapflags \-enotify\(dq will enable the deprecated imapflags extension along with all extensions that are available by default, except for the enotify extension. .\"------------------------------------------------------------------------ @@ -115,4 +115,4 @@ Sieve interpreter settings (included from Dovecot\(aqs main configuration file) .BR dovecot\-lda (1), .BR sieve\-dump (1), .BR sieve\-test (1), -.BR pigeonhole (7) +.BR pigeonhole (7) \ No newline at end of file -- GitLab