emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40198: closed ([PATCH] doc: Fix typo in example.)


From: GNU bug Tracking System
Subject: bug#40198: closed ([PATCH] doc: Fix typo in example.)
Date: Mon, 23 Mar 2020 18:01:02 +0000

Your message dated Mon, 23 Mar 2020 19:00:32 +0100
with message-id <address@hidden>
and subject line Re: [bug#40198] [PATCH] doc: Fix typo in example.
has caused the debbugs.gnu.org bug report #40198,
regarding [PATCH] doc: Fix typo in example.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
40198: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40198
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] doc: Fix typo in example. Date: Mon, 23 Mar 2020 18:27:34 +0100
* doc/guix.texi (Invoking guix deploy): Fix example to use '%user'
variable defined above.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 6a1d34fb09..77a4b8ed71 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27028,7 +27028,7 @@ be accomplished with the following operating system 
configuration snippet:
      (plain-file "sudoers"
                  (string-append (plain-file-content %sudoers-specification)
                                 (format #f "~a ALL = NOPASSWD: ALL~%"
-                                        %username)))))
+                                        %user)))))
 
 @end lisp
 

base-commit: d3e7282ec35d87842e8143f0230e27fd5ec5e74d
prerequisite-patch-id: 1514118b3196fc648d733f8bf37e9f6d70e06e77
prerequisite-patch-id: e22ea3f99fc3d9f3e11ddfa31ba60212f2ed4d62
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#40198] [PATCH] doc: Fix typo in example. Date: Mon, 23 Mar 2020 19:00:32 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]