guix-commits
[Top][All Lists]
Advanced

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

03/05: doc: Fix typo in 'guix environment' example.


From: Ludovic Courtès
Subject: 03/05: doc: Fix typo in 'guix environment' example.
Date: Wed, 10 Jan 2018 18:01:26 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 158eadefc8c6a9f7e7a447a01c58bbcf14074451
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 10 22:02:59 2018 +0100

    doc: Fix typo in 'guix environment' example.
    
    * doc/guix.texi (Invoking guix environment): Add missing @ in example.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index e9ee512..edc4bf3 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7069,7 +7069,7 @@ The above commands only use the default output of the 
given packages.
 To select other outputs, two element tuples can be specified:
 
 @example
-guix environment --ad-hoc -e '(list (@ (gnu packages bash) bash) "include")'
+guix environment --ad-hoc -e '(list (@@ (gnu packages bash) bash) "include")'
 @end example
 
 @item address@hidden



reply via email to

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