aboutsummaryrefslogtreecommitdiff
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
parent1199da08aa76f7bba57692b4b8e9272fd305e9f2 (diff)
downloadguix-b596c5fbc18e42dad623b5c667b960df5b9dbc18.tar
guix-b596c5fbc18e42dad623b5c667b960df5b9dbc18.tar.gz
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.
-rw-r--r--doc/guix.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index cecad64e0c..2f9fcbe3bf 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}).
@cindex GNU Mailutils IMAP4 Daemon
@deffn {Scheme Variable} imap4d-service-type
-This is the type of the GNU Mailutils IMAP4 Daemon (@pxref{(mailutils)
-imap4d}), whose value should be an @code{imap4d-configuration} object as in
-this example:
+This is the type of the GNU Mailutils IMAP4 Daemon (@pxref{imap4d,,,
+mailutils, GNU Mailutils Manual}), whose value should be an
+@code{imap4d-configuration} object as in this example:
@example
(service imap4d-service-type
@@ -16583,8 +16583,8 @@ The package that provides @command{imap4d}.
@item @code{config-file} (default: @code{%default-imap4d-config-file})
File-like object of the configuration file to use, by default it will listen
-on the tcp port 143 of @code{localhost}. @xref{(mailutils) Conf-imap4d} for
-details.
+on TCP port 143 of @code{localhost}. @xref{Conf-imap4d,,, mailutils, GNU
+Mailutils Manual}, for details.
@end table
@end deftp