diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-25 18:07:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-26 11:43:26 +0200 |
commit | 31e6e6a89f354b05132a3c209161f204a00557e1 (patch) | |
tree | 19661c398b1482814b41fae6d814ee1b1aa42097 /doc | |
parent | 473bd8100bd4039116912e0f10420240fd19f5c7 (diff) | |
download | patches-31e6e6a89f354b05132a3c209161f204a00557e1.tar patches-31e6e6a89f354b05132a3c209161f204a00557e1.tar.gz |
doc: Add missing paren in CPE example.
* doc/guix.texi (Invoking guix lint): Add missing paren in 'cpe-name'
example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 64a0742255..2f4e0ad7f9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9470,7 +9470,7 @@ that Guix uses, as in this example: ;; @dots{} ;; CPE calls this package "grub2". (properties '((cpe-name . "grub2") - (cpe-version . "2.3"))) + (cpe-version . "2.3")))) @end lisp @c See <https://www.openwall.com/lists/oss-security/2017/03/15/3>. |