doc: Fix typos.
* doc/guix.texi (Application Setup): Use @xref, not @pxref, when starting a sentence. (Scheduled Job Execution): Remove extra indent in example; fix typos.
This commit is contained in:
parent
1eb43cc30b
commit
80d944b79a
|
@ -1241,7 +1241,7 @@ programs to authenticate Web servers accessed over HTTPS.
|
||||||
|
|
||||||
When using Guix on a foreign distro, you can install this package and
|
When using Guix on a foreign distro, you can install this package and
|
||||||
define the relevant environment variables so that packages know where to
|
define the relevant environment variables so that packages know where to
|
||||||
look for certificates. @pxref{X.509 Certificates}, for detailed
|
look for certificates. @xref{X.509 Certificates}, for detailed
|
||||||
information.
|
information.
|
||||||
|
|
||||||
@subsection Emacs Packages
|
@subsection Emacs Packages
|
||||||
|
@ -7836,7 +7836,7 @@ gexps to introduce job definitions that are passed to mcron
|
||||||
#~(job "5 0 * * *" ;Vixie cron syntax
|
#~(job "5 0 * * *" ;Vixie cron syntax
|
||||||
"guix gc -F 1G"))
|
"guix gc -F 1G"))
|
||||||
|
|
||||||
(define idutils-jobs
|
(define idutils-job
|
||||||
;; Update the index database as user "charlie" at 12:15PM
|
;; Update the index database as user "charlie" at 12:15PM
|
||||||
;; and 19:15PM. This runs from the user's home directory.
|
;; and 19:15PM. This runs from the user's home directory.
|
||||||
#~(job '(next-minute-from (next-hour '(12 19)) '(15))
|
#~(job '(next-minute-from (next-hour '(12 19)) '(15))
|
||||||
|
@ -7872,7 +7872,7 @@ This is the type of the @code{mcron} service, whose value is an
|
||||||
|
|
||||||
This service type can be the target of a service extension that provides
|
This service type can be the target of a service extension that provides
|
||||||
it additional job specifications (@pxref{Service Composition}). In
|
it additional job specifications (@pxref{Service Composition}). In
|
||||||
other words, it is possible to define services that provide addition
|
other words, it is possible to define services that provide additional
|
||||||
mcron jobs to run.
|
mcron jobs to run.
|
||||||
@end defvr
|
@end defvr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue