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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Description: Fix groff errors in upstream manpages
Author: Noah Meyerhans <noahm@debian.org>
Forwarded: no
Last-Update: 2025-05-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: dovecot/doc/man/dovecot-lda.1
===================================================================
--- dovecot.orig/doc/man/dovecot-lda.1
+++ dovecot/doc/man/dovecot-lda.1
@@ -1,5 +1,6 @@
-.TH "" "" "March 2025" "78ffb79" "Dovecot"
-dovecot-lda - Dovecot's local mail delivery agent
+.TH "DOVECOT-LDA" "1" "March 2025" "78ffb79" "Dovecot"
+.SH "NAME"
+\fBdovecot-lda\fR - Dovecot's local mail delivery agent
.SH "SYNOPSIS"
.P
\fBdovecot-lda\fR \[lB]\fB-ek\fR\[rB] \[lB]\fB-a\fR \fIaddress\fR\[rB] \[lB]\fB-c\fR \fIconfig_file\fR\[rB] \[lB]\fB-d\fR \fIusername\fR\[rB] \[lB]\fB-f\fR \fIenvelope_sender\fR\[rB] \[lB]\fB-m\fR \fImailbox\fR\[rB] \[lB]\fB-o\fR \fIsetting=value\fR\[rB] \[lB]\fB-p\fR \fIpath\fR\[rB] \[lB]\fB-r\fR \fIaddress\fR\[rB]
Index: dovecot/doc/man/doveadm-deduplicate.1
===================================================================
--- dovecot.orig/doc/man/doveadm-deduplicate.1
+++ dovecot/doc/man/doveadm-deduplicate.1
@@ -6,7 +6,7 @@
\fBdoveadm\fR \[lB]\fIGLOBAL OPTIONS\fR\[rB] \fBdeduplicate\fR \[lB]\fB-u\fR \fIuser\fR | \fB-A\fR | \fB-F\fR \fIfile\fR | \fB--no-userdb-lookup\fR\[rB] \[lB]\fB-S\fR \fIsocket_path\fR\[rB] \[lB]\fB-m\fR\[rB] \fIsearch_query\fR
.SH "DESCRIPTION"
.P
-. doveadm(1) will delete the newest duplicated messages from the mailbox and keep the oldest.
+doveadm(1) will delete the newest duplicated messages from the mailbox and keep the oldest.
.P
Deduplication across multiple mailboxes is not supported.
.SH "GLOBAL OPTIONS"
@@ -157,7 +157,7 @@ Run the \fIcommand\fR only for the given
.RS 0
.RS 4
.P
-' will be sufficient. See doveadm-search-query(7) for details.
+will be sufficient. See doveadm-search-query(7) for details.
.RE 0
.RE 0
@@ -179,7 +179,7 @@ guid uid
8aad0f0a30169f4bea620000ca356bad 18756
923e301ab9219b4b4f440000ca356bad 18748
923e301ab9219b4b4f440000ca356bad 18753
-...
+\fR...
.fi
.RE
.P
@@ -196,7 +196,7 @@ guid uid
8aad0f0a30169f4bea620000ca356bad 18751
923e301ab9219b4b4f440000ca356bad 18748
a7999e1530739c4bd26d0000ca356bad 18749
-...
+\fR...
.fi
.RE
.SH "REPORTING BUGS"
Index: dovecot/doc/man/doveadm-fetch.1
===================================================================
--- dovecot.orig/doc/man/doveadm-fetch.1
+++ dovecot/doc/man/doveadm-fetch.1
@@ -377,7 +377,7 @@ The date-time attribute when present, ot
.RS 0
.RS 4
.P
-Fetch messages matching this search query. See doveadm-search-query(1) for details.
+Fetch messages matching this search query. See doveadm-search-query(7) for details.
.RE 0
.RE 0
|