GNU bug report logs -
#28437
[PATCH] doc: Fix typo in cuirrass config example.
Previous Next
Reported by: Jan Nieuwenhuizen <janneke <at> gnu.org>
Date: Tue, 12 Sep 2017 21:32:01 UTC
Severity: normal
Tags: patch
Done: Jan Nieuwenhuizen <janneke <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 28437 <at> debbugs.gnu.org (full text, mbox):
Jan Nieuwenhuizen <janneke <at> gnu.org> skribis:
> * doc/guix.texi (Continuous Integration): Add missing quote in example spec.
> ---
> doc/guix.texi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index c5b277d02..182ead71e 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -27,7 +27,7 @@ Copyright @copyright{} 2016 Chris Marusich@*
> Copyright @copyright{} 2016, 2017 Efraim Flashner@*
> Copyright @copyright{} 2016 John Darrington@*
> Copyright @copyright{} 2016 ng0@*
> -Copyright @copyright{} 2016 Jan Nieuwenhuizen@*
> +Copyright @copyright{} 2016,2017 Jan Nieuwenhuizen@*
^
Space please. :-)
> Copyright @copyright{} 2016 Julien Lepiller@*
> Copyright @copyright{} 2016 Alex ter Weele@*
> Copyright @copyright{} 2017 Clément Lassieur@*
> @@ -15245,7 +15245,7 @@ packages, as prescribed in the @file{gnu-system.scm} example spec:
> (#:branch . "master"))))
> (service cuirass-service-type
> (cuirass-configuration
> - (specifications #~(list #$spec)))))
> + (specifications #~(list '#$spec)))))
> @end example
Good catch, OK to push!
Ludo'.
This bug report was last modified 7 years and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.