all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ale Abdo <abdo@member.fsf.org>
To: 75128@debbugs.gnu.org
Cc: "Ale Abdo" <abdo@member.fsf.org>,
	"Ludovic Courtès" <ludo@gnu.org>,
	"Maxim Cournoyer" <maxim.cournoyer@gmail.com>
Subject: [bug#75128] [PATCH] doc: Fix documentation for privileged-programs.
Date: Fri, 27 Dec 2024 00:06:40 +0100	[thread overview]
Message-ID: <375765c838693675755c65cee70c6c814cd6a7c6.1735254400.git.abdo@member.fsf.org> (raw)

* doc/guix.texi (Privileged Programs): Properly close list.

Probable issue behind https://issues.guix.gnu.org/73451

Change-Id: Idcf4d242b0bc3d9fd7ad345eef2b65e2047ca473
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index da4d2f5ebc..347224f004 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -42600,7 +42600,7 @@ Privileged Programs
   (privileged-programs
     (append (list (privileged-program
                     (program (file-append nfs-utils "/sbin/mount.nfs"))
-                    (setuid? #t))
+                    (setuid? #t)))
             %default-privileged-programs)))
 @end lisp
 

base-commit: 8f24cefc2c8f91ab63bdf5f816ca49fa7adb43d7
-- 
2.47.1







             reply	other threads:[~2024-12-26 23:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-26 23:06 Ale Abdo [this message]
2024-12-28  5:50 ` [bug#75128] [PATCH] doc: Fix documentation for privileged-programs Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=375765c838693675755c65cee70c6c814cd6a7c6.1735254400.git.abdo@member.fsf.org \
    --to=abdo@member.fsf.org \
    --cc=75128@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.