summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-07 11:39:40 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-07 11:39:40 +0200
commitb596c5fbc18e42dad623b5c667b960df5b9dbc18 (patch)
tree88d69d440c0bba658af9c8f8ce7c379f26a43f7b /doc
parent1199da08aa76f7bba57692b4b8e9272fd305e9f2 (diff)
doc: Fix syntax of cross-manual references.
This is a followup to 412e6396bbb8b398e8a94427db50271e47db610f. * doc/guix.texi (Mail Services): Fix syntax of cross-references to the Mailutils manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index cecad64e0c7..2f9fcbe3bf8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16563,9 +16563,9 @@ deliver mail to @code{bob@@example.com} and @code{bob@@example2.com}).
16563@cindex GNU Mailutils IMAP4 Daemon 16563@cindex GNU Mailutils IMAP4 Daemon
16564 16564
16565@deffn {Scheme Variable} imap4d-service-type 16565@deffn {Scheme Variable} imap4d-service-type
16566This is the type of the GNU Mailutils IMAP4 Daemon (@pxref{(mailutils) 16566This is the type of the GNU Mailutils IMAP4 Daemon (@pxref{imap4d,,,
16567imap4d}), whose value should be an @code{imap4d-configuration} object as in 16567mailutils, GNU Mailutils Manual}), whose value should be an
16568this example: 16568@code{imap4d-configuration} object as in this example:
16569 16569
16570@example 16570@example
16571(service imap4d-service-type 16571(service imap4d-service-type
@@ -16583,8 +16583,8 @@ The package that provides @command{imap4d}.
16583 16583
16584@item @code{config-file} (default: @code{%default-imap4d-config-file}) 16584@item @code{config-file} (default: @code{%default-imap4d-config-file})
16585File-like object of the configuration file to use, by default it will listen 16585File-like object of the configuration file to use, by default it will listen
16586on the tcp port 143 of @code{localhost}. @xref{(mailutils) Conf-imap4d} for 16586on TCP port 143 of @code{localhost}. @xref{Conf-imap4d,,, mailutils, GNU
16587details. 16587Mailutils Manual}, for details.
16588 16588
16589@end table 16589@end table
16590@end deftp 16590@end deftp