diff options
author | Leo Famulari <leo@famulari.name> | 2021-03-24 18:35:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-03-24 18:51:38 -0400 |
commit | 27744ac89590b1605eb244d8c980d1c8c6a8b245 (patch) | |
tree | 1722016fc6047d28bd38eb94d0a0b8d5e56e48b8 /doc | |
parent | 86dd54f2307b1f984f599c218843f49b57ac6173 (diff) |
doc: Fix typo in qemu-binfmt-service example.
* doc/guix.texi (Virtualization Services): Add missing parentheses.
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 29c8a12ee3..74f3fbd299 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -28709,7 +28709,7 @@ service: @lisp (service qemu-binfmt-service-type (qemu-binfmt-configuration - (platforms (lookup-qemu-platforms "arm")) + (platforms (lookup-qemu-platforms "arm")))) @end lisp You can run: |