This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 27744ac doc: Fix typo in qemu-binfmt-service example.
27744ac is described below
commit 27744ac89590b1605eb244d8c980d1c8c6a8b245
Author: Leo Famulari <[email protected]>
AuthorDate: Wed Mar 24 18:35:05 2021 -0400
doc: Fix typo in qemu-binfmt-service example.
* doc/guix.texi (Virtualization Services): Add missing parentheses.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 29c8a12..74f3fbd 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: