dovecot-2.0-pigeonhole: Fixed a few minor textual problems in th...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Jun 21 17:10:38 EEST 2011


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/de8753dad82f
changeset: 1501:de8753dad82f
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Jun 21 17:18:58 2011 +0200
description:
Fixed a few minor textual problems in the manual pages.

diffstat:

 doc/man/sieve-dump.1.in   |   6 +++---
 doc/man/sieve-filter.1.in |   2 +-
 doc/man/sieve-test.1.in   |   4 ++--
 doc/man/sievec.1.in       |  10 +++++-----
 4 files changed, 11 insertions(+), 11 deletions(-)

diffs (99 lines):

diff -r 9d328e6732ff -r de8753dad82f doc/man/sieve-dump.1.in
--- a/doc/man/sieve-dump.1.in	Mon Jun 06 16:59:39 2011 +0200
+++ b/doc/man/sieve-dump.1.in	Tue Jun 21 17:18:58 2011 +0200
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
-.TH "SIEVE\-DUMP" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
+.TH "SIEVE\-DUMP" 1 "2011-06-21" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
 .\"------------------------------------------------------------------------
 .SH NAME
 sieve\-dump \- Pigeonhole\(aqs Sieve script binary dump tool
@@ -72,7 +72,7 @@
 will exit with one of the following values:
 .TP 4
 .B 0
-Delivery was successful. (EX_OK, EXIT_SUCCES)
+Dump was successful. (EX_OK, EXIT_SUCCES)
 .TP
 .B 1
 Operation failed. This is returned for almost all failures.
@@ -96,4 +96,4 @@
 .BR dovecot\-lda (1),
 .BR sieve\-test (1),
 .BR sievec (1),
-.BR pigeonhole (7)
\ No newline at end of file
+.BR pigeonhole (7)
diff -r 9d328e6732ff -r de8753dad82f doc/man/sieve-filter.1.in
--- a/doc/man/sieve-filter.1.in	Mon Jun 06 16:59:39 2011 +0200
+++ b/doc/man/sieve-filter.1.in	Tue Jun 21 17:18:58 2011 +0200
@@ -221,4 +221,4 @@
 .BR sieve\-dump (1),
 .BR sieve\-test (1),
 .BR sievec (1),
-.BR pigeonhole (7)
\ No newline at end of file
+.BR pigeonhole (7)
diff -r 9d328e6732ff -r de8753dad82f doc/man/sieve-test.1.in
--- a/doc/man/sieve-test.1.in	Mon Jun 06 16:59:39 2011 +0200
+++ b/doc/man/sieve-test.1.in	Tue Jun 21 17:18:58 2011 +0200
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
-.TH "SIEVE\-TEST" 1 "2011-06-06" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
+.TH "SIEVE\-TEST" 1 "2011-06-21" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
 .SH NAME
 sieve\-test \- Pigeonhole\(aqs Sieve script tester
 .\"------------------------------------------------------------------------
@@ -196,7 +196,7 @@
 will exit with one of the following values:
 .TP 4
 .B 0
-Delivery was successful. (EX_OK, EXIT_SUCCES)
+Execution was successful. (EX_OK, EXIT_SUCCES)
 .TP
 .B 1
 Operation failed. This is returned for almost all failures.
diff -r 9d328e6732ff -r de8753dad82f doc/man/sievec.1.in
--- a/doc/man/sievec.1.in	Mon Jun 06 16:59:39 2011 +0200
+++ b/doc/man/sievec.1.in	Tue Jun 21 17:18:58 2011 +0200
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
-.TH "SIEVEC" 1 "2011-02-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
+.TH "SIEVEC" 1 "2011-06-21" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
 .\"------------------------------------------------------------------------
 .SH NAME
 sievec \- Pigeonhole\(aqs Sieve script compiler
@@ -12,7 +12,7 @@
 .\"------------------------------------------------------------------------
 .SH DESCRIPTION
 .PP
-The \fBsieve\-dump\fP command is part of the Pigeonhole Project
+The \fBsievec\fP command is part of the Pigeonhole Project
 (\fBpigeonhole\fR(7)), which adds Sieve (RFC 5228) support to the Dovecot
 secure IMAP and POP3 server (\fBdovecot\fR(1)).
 .PP
@@ -21,7 +21,7 @@
 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).
-Usually, it is not necessaryto compile the Sieve script manually using
+Usually, it is not necessary to 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
 write the compiled binary to disk, forcing it to recompile the script every time
@@ -91,7 +91,7 @@
 will exit with one of the following values:
 .TP 4
 .B 0
-Delivery was successful. (EX_OK, EXIT_SUCCES)
+Compile was successful. (EX_OK, EXIT_SUCCES)
 .TP
 .B 1
 Operation failed. This is returned for almost all failures.
@@ -115,4 +115,4 @@
 .BR dovecot\-lda (1),
 .BR sieve\-dump (1),
 .BR sieve\-test (1),
-.BR pigeonhole (7)
\ No newline at end of file
+.BR pigeonhole (7)


More information about the dovecot-cvs mailing list