1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
From: =?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com>
Date: Fri, 14 Aug 2020 12:50:51 +0200
Subject: doveadm-director.1: drop acute accent
Found by Lintian:
This manual page uses the \' groff sequence. Usually, the intent to
generate an apostrophe, but that sequence actually renders as a an acute
accent.
For an apostrophe or a single closing quote, use plain '. For single
opening quote, i.e. a straight downward line ' like the one used in
shell commands, use \(aq.
---
doc/man/doveadm-director.1.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/man/doveadm-director.1.in b/doc/man/doveadm-director.1.in
index 2a2c688..4b1855f 100644
--- a/doc/man/doveadm-director.1.in
+++ b/doc/man/doveadm-director.1.in
@@ -108,7 +108,7 @@ hosts. All the existing connections will be kicked. If
is specified, a flush script is also automatically executed.
.PP
Because the kicking and moving of users to new backends creates a temporary
-load spike, all the users aren\'t moved at once. The
+load spike, all the users aren't moved at once. The
.B \-\-max\-parallel
parameter specifies how many users can be moved concurrently.
The default is 100.
@@ -116,7 +116,7 @@ The default is 100.
If the
.B \-F
parameter is used, the user associations are simply dropped. Existing
-connections won\'t be kicked and flush scripts aren\'t run.
+connections won't be kicked and flush scripts aren't run.
.\"-------------------------------------
.SS director kick
.B doveadm director kick
@@ -280,4 +280,4 @@ user would be redirected to 192.168.10.3.
@INCLUDE:reporting-bugs@
.\"------------------------------------------------------------------------
.SH SEE ALSO
-.BR doveadm (1)
\ No newline at end of file
+.BR doveadm (1)
|