diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 10 | ||||
-rw-r--r-- | doc/htmlxref.cnf | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 27f10ba8f3..df8b5a9241 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 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. @subsection Emacs Packages @@ -7836,7 +7836,7 @@ gexps to introduce job definitions that are passed to mcron #~(job "5 0 * * *" ;Vixie cron syntax "guix gc -F 1G")) -(define idutils-jobs +(define idutils-job ;; Update the index database as user "charlie" at 12:15PM ;; and 19:15PM. This runs from the user's home directory. #~(job '(next-minute-from (next-hour '(12 19)) '(15)) @@ -7861,8 +7861,8 @@ list of gexps denoting mcron job specifications. This is a shorthand for: @example - (service mcron-service-type - (mcron-configuration (mcron mcron) (jobs jobs))) +(service mcron-service-type + (mcron-configuration (mcron mcron) (jobs jobs))) @end example @end deffn @@ -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 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. @end defvr diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index 559cdce5aa..bd2eb5f147 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -1,7 +1,7 @@ # htmlxref.cnf - reference file for free Texinfo manuals on the web. # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. -htmlxrefversion=2016-03-30.07; # UTC +htmlxrefversion=2016-08-03.13; # UTC # Copyright 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. # @@ -224,6 +224,9 @@ emacs-muse node ${GS}/emacs-muse/manual/html_node/ emms node ${GS}/emms/manual/ +# The file is called 'find.info' but the package is 'findutils'. +find mono ${GS}/findutils/manual/html_mono/find.html +find node ${GS}/findutils/manual/html_node/find_html findutils mono ${GS}/findutils/manual/html_mono/find.html findutils node ${GS}/findutils/manual/html_node/find_html @@ -468,6 +471,9 @@ mailutils node ${GS}/mailutils/manual/html_node/ make mono ${GS}/make/manual/make.html make node ${GS}/make/manual/html_node/ +mcron mono ${GS}/mcron/manual/mcron.html +mcron node ${GS}/mcron/manual/html_node/ + mdk mono ${GS}/mdk/manual/mdk.html mdk node ${GS}/mdk/manual/html_node/ |