guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: doc: Fix typos.


From: Ludovic Courtès
Subject: 02/02: doc: Fix typos.
Date: Wed, 3 Aug 2016 14:00:34 +0000 (UTC)

civodul pushed a commit to branch version-0.11.0
in repository guix.

commit 80d944b79a795af325cd4b6d6734b60c5903ecdf
Author: Ludovic Courtès <address@hidden>
Date:   Wed Aug 3 15:39:56 2016 +0200

    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.
---
 doc/guix.texi |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 27f10ba..df8b5a9 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]