summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-03-18 11:16:57 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-03-18 11:16:57 -0400
commit6c3881078afb1f98236da1020e5eef4f9061ae43 (patch)
tree57a8585abe42d7e268129ee1c0e5b4e59e948e27
parent7b1fb40dff774d04f80f4a6f8d2961c22d21c741 (diff)
downloadpatches-6c3881078afb1f98236da1020e5eef4f9061ae43.tar
patches-6c3881078afb1f98236da1020e5eef4f9061ae43.tar.gz
doc: Follow-up commit to f6b950319c.
* doc/guix.texi (Invoking guix deploy): Fix typo in example. Reported-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 086b1d9751..d1fa8d033a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27002,7 +27002,7 @@ be accomplished with the following operating system configuration snippet:
@lisp
(use-modules ...
- (gnu system) ;for %sudoers-specification))
+ (gnu system)) ;for %sudoers-specification
(define %user "username")