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.
This commit is contained in:
parent
1199da08aa
commit
b596c5fbc1
|
@ -16563,9 +16563,9 @@ deliver mail to @code{bob@@example.com} and @code{bob@@example2.com}).
|
||||||
@cindex GNU Mailutils IMAP4 Daemon
|
@cindex GNU Mailutils IMAP4 Daemon
|
||||||
|
|
||||||
@deffn {Scheme Variable} imap4d-service-type
|
@deffn {Scheme Variable} imap4d-service-type
|
||||||
This is the type of the GNU Mailutils IMAP4 Daemon (@pxref{(mailutils)
|
This is the type of the GNU Mailutils IMAP4 Daemon (@pxref{imap4d,,,
|
||||||
imap4d}), whose value should be an @code{imap4d-configuration} object as in
|
mailutils, GNU Mailutils Manual}), whose value should be an
|
||||||
this example:
|
@code{imap4d-configuration} object as in this example:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
(service imap4d-service-type
|
(service imap4d-service-type
|
||||||
|
@ -16583,8 +16583,8 @@ The package that provides @command{imap4d}.
|
||||||
|
|
||||||
@item @code{config-file} (default: @code{%default-imap4d-config-file})
|
@item @code{config-file} (default: @code{%default-imap4d-config-file})
|
||||||
File-like object of the configuration file to use, by default it will listen
|
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
|
on TCP port 143 of @code{localhost}. @xref{Conf-imap4d,,, mailutils, GNU
|
||||||
details.
|
Mailutils Manual}, for details.
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
@end deftp
|
@end deftp
|
||||||
|
|
Loading…
Reference in New Issue