guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Fix typography.


From: guix-commits
Subject: branch master updated: doc: Fix typography.
Date: Sat, 20 Feb 2021 04:13:26 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3375e06  doc: Fix typography.
3375e06 is described below

commit 3375e06bc1d7e0ce6e0fb746f07a7cae5e8f80c8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Feb 20 10:11:19 2021 +0100

    doc: Fix typography.
    
    * doc/guix.texi (Continuous Integration): Use @pxref appropriately.  Remove
    `quote' from code examples.
---
 doc/guix.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 30e9b05..7aae786 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27147,8 +27147,8 @@ argument.
 Data type representing the configuration of a simple Cuirass instance.
 
 @table @asis
-@item @code{build} (default: @code{'all})
-The packages to be built by Cuirass.  It defaults to @code{'all}, which
+@item @code{build} (default: @code{all})
+The packages to be built by Cuirass.  It defaults to @code{all}, which
 means that all the discovered packages in the subsequent @code{channels}
 field are to be selected.
 
@@ -27168,7 +27168,7 @@ The manifest path inside the channel.
 @end deftp
 
 @item @code{channels} (default: @code{%default-channels})
-The channels to be fetched by Cuirass, see @pxref{Channels}.
+The channels to be fetched by Cuirass (@pxref{Channels}).
 
 @item @code{non-package-channels} (default: @code{'()})
 List the channel names that must not be searched for packages.  That is
@@ -27197,8 +27197,8 @@ channels.
 @end lisp
 
 In the same spirit, this builds all the packages that are part of the
-@code{'guix} or @code{'my-guix} channels and declared in the manifest
-located in the @code{'conf} channel.
+@code{guix} or @code{my-guix} channels and declared in the manifest
+located in the @code{conf} channel.
 
 @lisp
 (simple-cuirass-services



reply via email to

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