diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 15:39:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 15:40:43 +0100 |
commit | 90d8923bf92cab8696d8395ef68c98d9775b110c (patch) | |
tree | 62f640fb04a46c0b7afc39979ef4a48d8d600c6b /doc | |
parent | 79bffa3ec8c1a3783c9b0f12b948b6a076ec17f6 (diff) | |
download | patches-90d8923bf92cab8696d8395ef68c98d9775b110c.tar patches-90d8923bf92cab8696d8395ef68c98d9775b110c.tar.gz |
doc: Properly escape brackets.
This fixes a build failure reported by Catonano <catonano@gmail.com>.
* doc/guix.texi (Mail Services): Escape ‘{’ and ‘}’ everywhere.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 21b80a6e16..8ecefa26e4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13164,7 +13164,7 @@ Defaults to @samp{"%$: %s"}. @deftypevr {@code{dovecot-configuration} parameter} string mail-log-prefix Log prefix for mail processes. See doc/wiki/Variables.txt for list of possible variables you can use. -Defaults to @samp{"\"%s(%u)<%{pid}><%{session}>: \""}. +Defaults to @samp{"\"%s(%u)<%@{pid@}><%@{session@}>: \""}. @end deftypevr @deftypevr {@code{dovecot-configuration} parameter} string deliver-log-format @@ -13757,7 +13757,7 @@ total number of bytes read from client total number of bytes sent to client. @end table See @file{doc/wiki/Variables.txt} for a list of all the variables you can use. -Defaults to @samp{"in=%i out=%o deleted=%{deleted} expunged=%{expunged} trashed=%{trashed} hdr_count=%{fetch_hdr_count} hdr_bytes=%{fetch_hdr_bytes} body_count=%{fetch_body_count} body_bytes=%{fetch_body_bytes}"}. +Defaults to @samp{"in=%i out=%o deleted=%@{deleted@} expunged=%@{expunged@} trashed=%@{trashed@} hdr_count=%@{fetch_hdr_count@} hdr_bytes=%@{fetch_hdr_bytes@} body_count=%@{fetch_body_count@} body_bytes=%@{fetch_body_bytes@}"}. @end deftypevr @deftypevr {@code{dovecot-configuration} parameter} string imap-capability |