]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
man: Updated doveconf.
authorTimo Sirainen <tss@iki.fi>
Wed, 11 May 2011 12:35:20 +0000 (15:35 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 11 May 2011 12:35:20 +0000 (15:35 +0300)
doc/man/doveconf.1.in

index 1dd4a06cc8e19af511a5e75bfe53adda6052214d..4abc7c349c74b307d10ea2ee4e1fab42d3043c15 100644 (file)
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2010 Dovecot authors, see the included COPYING file
-.TH DOVECONF 1 "2010-06-26" "Dovecot v2.0" "Dovecot"
+.TH DOVECONF 1 "2011-05-11" "Dovecot v2.0" "Dovecot"
 .SH NAME
 doveconf \- Dovecot\(aqs configuration dumping utility
 .\"------------------------------------------------------------------------
@@ -127,7 +127,9 @@ Show only the current configuration of one or more specified sections.
 .I setting_name
 Show only the setting of one or more
 .IR setting_name (s)
-with the currently configured value.
+with the currently configured value. You can show a setting inside a
+section using \(aq/\(aq as the section separator, e.g.
+service/imap/executable.
 .\"------------------------------------------------------------------------
 .SH EXAMPLE
 When Dovecot was configured to use different settings for some
@@ -170,6 +172,13 @@ dict {
   quota = pgsql:@pkgsysconfdir@/dovecot\-dict\-sql.conf.ext
 }
 .fi
+.PP
+Or how to dump only the quota dict:
+.sp
+.nf
+.B doveconf dict/quota
+dict/quota = pgsql:@pkgsysconfdir@/dovecot\-dict\-sql.conf.ext
+.fi
 .\"------------------------------------------------------------------------
 @INCLUDE:reporting-bugs@
 .\"------------------------------------------------------------------------