From 0a7d158452aa0c9e6b5dc2b0bd47b68f17b8c40c Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Fri, 27 Aug 2010 22:33:52 +0200 Subject: [PATCH] doc/man/sievec.1.in: fixed roff error caused by unescaped '-' (patch by Mike Abbott). --- doc/man/sievec.1.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/man/sievec.1.in b/doc/man/sievec.1.in index 26ac435cc..3ee952a87 100644 --- a/doc/man/sievec.1.in +++ b/doc/man/sievec.1.in @@ -50,8 +50,9 @@ Alternative Dovecot configuration file path. Don\(aqt write the binary to \fIout\-file\fP, but write a textual dump of the binary instead. In this context, the \fIout\-file\fP value '\-' has special meaning: it causes the the textual dump to be written to \fBstdout\fP. -The \fIout\-file\fP argument may also be omitted, which has the same effect as -'\-'. The output is identical to what the \fBsieve\-dump\fP(1) command produces +The \fIout\-file\fP argument may also be omitted, which has the same effect +as '\-'. +The output is identical to what the \fBsieve\-dump\fP(1) command produces for a compiled Sieve binary file. Note that this option is not allowed when the \fIout\-file\fP argument is a directory. .TP -- GitLab