From 158eadefc8c6a9f7e7a447a01c58bbcf14074451 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 10 Jan 2018 22:02:59 +0100 Subject: 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(-) (limited to 'doc/guix.texi') diff --git a/doc/guix.texi b/doc/guix.texi index e9ee5127a8..edc4bf3283 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 --load=@var{file} -- cgit v1.2.3