# HG changeset patch # User Pascal Volk # Date 1290533959 0 # Node ID 464fe0e6207863d2ecfa76a6860ba205a77de910 # Parent 9c2e49d13fd3b8739c55682af085272233a83d34 man: *roff syntax-fix. diff -r 9c2e49d13fd3 -r 464fe0e62078 doc/man/doveadm-import.1.in --- a/doc/man/doveadm-import.1.in Tue Nov 23 17:04:07 2010 +0000 +++ b/doc/man/doveadm-import.1.in Tue Nov 23 17:39:19 2010 +0000 @@ -1,5 +1,5 @@ .\" Copyright (c) 2010 Dovecot authors, see the included COPYING file -.TH DOVEADM\-IMPORT 1 "2010-10-18" "Dovecot v2.0" "Dovecot" +.TH DOVEADM\-IMPORT 1 "2010-11-23" "Dovecot v2.0" "Dovecot" .SH NAME doveadm\-import \- Import messages matching given search query .\"------------------------------------------------------------------------ @@ -23,7 +23,7 @@ .I dest_parent mailbox, or to root level if .I dest_parent -is empty (""). The +is empty (\(dq\(dq). The .I search_query can be used to restrict which mailboxes or messages are imported. @@ -36,7 +36,7 @@ In the second form, the mails will be imported for all users. .PP In the third form, the mails will be imported only for given -.IR user (s) +.IR user (s). .\"------------------------------------------------------------------------ @INCLUDE:global-options@ .\" --- command specific options --- "/. @@ -58,12 +58,12 @@ .\"------------------------------------------------------------------------ .SH EXAMPLE This example imports all mails from a backup under a -.I backup-20101026 +.I backup\-20101026 mailbox: .PP .nf .B doveadm import \-u jane.doe@example.org \(rs -.B mdbox:/backup/20101026/jane.doe/mdbox backup-20101026 all +.B mdbox:/backup/20101026/jane.doe/mdbox backup\-20101026 all .fi .PP Another example that imports only messages from foo@example.org in the @@ -71,7 +71,7 @@ .PP .nf .B doveadm import \-u jane.doe@example.org \(rs -.B mdbox:~/mdbox-backup "" mailbox INBOX from foo@example.org +.B mdbox:~/mdbox\-backup \(dq\(dq mailbox INBOX from foo@example.org .fi .\"------------------------------------------------------------------------ @INCLUDE:reporting-bugs@