From f0daff395ab02047e74fbf146bea4f7d8ca6514b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 13 Jan 2025 16:36:28 +0100 Subject: [PATCH] doc: Add missing paren. * doc/guix.texi (Privileged Programs): Add missing paren in example. Change-Id: Iaeac91b193c475e8c18a713f7a958053372bfd76 --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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