From 4abd9c16de36628d60918f1a9af5422da7aca611 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Tue, 21 Jun 2011 17:18:58 +0200 Subject: [PATCH] Fixed a few minor textual problems in the manual pages. --- 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(-) diff --git a/doc/man/sieve-dump.1.in b/doc/man/sieve-dump.1.in index 0458c31a5..e0a58ec98 100644 --- a/doc/man/sieve-dump.1.in +++ b/doc/man/sieve-dump.1.in @@ -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 @@ omitted, the output is written to \fBstdout\fR. 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 @@ Sieve interpreter settings (included from Dovecot\(aqs main configuration file) .BR dovecot\-lda (1), .BR sieve\-test (1), .BR sievec (1), -.BR pigeonhole (7) \ No newline at end of file +.BR pigeonhole (7) diff --git a/doc/man/sieve-filter.1.in b/doc/man/sieve-filter.1.in index 2d4cba926..a9141264a 100644 --- a/doc/man/sieve-filter.1.in +++ b/doc/man/sieve-filter.1.in @@ -221,4 +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) \ No newline at end of file +.BR pigeonhole (7) diff --git a/doc/man/sieve-test.1.in b/doc/man/sieve-test.1.in index 892c93b60..9125e18be 100644 --- a/doc/man/sieve-test.1.in +++ b/doc/man/sieve-test.1.in @@ -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 @@ messages are logged through the default Dovecot logging facility. 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 --git a/doc/man/sievec.1.in b/doc/man/sievec.1.in index 99b39cd7f..c5fe3132e 100644 --- a/doc/man/sievec.1.in +++ b/doc/man/sievec.1.in @@ -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 @@ sievec \- Pigeonhole\(aqs Sieve script compiler .\"------------------------------------------------------------------------ .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 @@ 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). -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 @@ If omitted a binary compiled from <scriptname>.sieve is saved as 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 @@ 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) \ No newline at end of file +.BR pigeonhole (7) -- GitLab