diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-01-13 16:36:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-01-14 14:11:17 +0100 |
commit | f0daff395ab02047e74fbf146bea4f7d8ca6514b (patch) | |
tree | a8d15eaecf2034cad17b13779f89449eba7ea1c4 /doc | |
parent | c2532d05a52a826223a5659d104bf7d73af3e396 (diff) |
doc: Add missing paren.
* doc/guix.texi (Privileged Programs): Add missing paren in example.
Change-Id: Iaeac91b193c475e8c18a713f7a958053372bfd76
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 d6e17c74cd..6b9c3a27bf 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -42780,7 +42780,7 @@ previous example to your operating system declaration by appending it to (privileged-programs (append (list (privileged-program (program (file-append nfs-utils "/sbin/mount.nfs")) - (setuid? #t)) + (setuid? #t))) %default-privileged-programs))) @end lisp |