doc: Fix syntax of cross-manual references.

This is a followup to 412e6396bb.

* doc/guix.texi (Mail Services): Fix syntax of cross-references to the
Mailutils manual.
master
Ludovic Courtès 2019-04-07 11:39:40 +02:00
parent 1199da08aa
commit b596c5fbc1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 5 deletions

View File

@ -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