From: Timo Sirainen Date: Wed, 11 May 2011 12:35:20 +0000 (+0300) Subject: man: Updated doveconf. X-Git-Tag: 2.0.13~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317beb7d08ada287784d75e25d5da5f5f12b1940;p=thirdparty%2Fdovecot%2Fcore.git man: Updated doveconf. --- diff --git a/doc/man/doveconf.1.in b/doc/man/doveconf.1.in index 1dd4a06cc8..4abc7c349c 100644 --- a/doc/man/doveconf.1.in +++ b/doc/man/doveconf.1.in @@ -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@ .\"------------------------------------------------------------------------