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

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

bug#46130: closed ([PATCH] doc: Fix mapped devices example in the manual


From: GNU bug Tracking System
Subject: bug#46130: closed ([PATCH] doc: Fix mapped devices example in the manual.)
Date: Thu, 28 Jan 2021 22:32:02 +0000

Your message dated Thu, 28 Jan 2021 17:31:17 -0500
with message-id <YBM7NYRMEz0jejU+@jasmine.lan>
and subject line Re: [bug#46130] [PATCH] doc: Fix mapped devices example in the 
manual.
has caused the debbugs.gnu.org bug report #46130,
regarding [PATCH] doc: Fix mapped devices example in the manual.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46130: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46130
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] doc: Fix mapped devices example in the manual. Date: Wed, 27 Jan 2021 10:19:55 -0500
Reported by Raghav and Mikhail on guix-devel mailing list.

* doc/guix.texi (Mapped Devices): Replace target with targets.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 7e7c43286f..5ae5564d47 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -14066,7 +14066,7 @@ be declared as follows:
 @lisp
 (mapped-device
   (source "vg0")
-  (target (list "vg0-alpha" "vg0-beta"))
+  (targets (list "vg0-alpha" "vg0-beta"))
   (type lvm-device-mapping))
 @end lisp
 
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46130] [PATCH] doc: Fix mapped devices example in the manual. Date: Thu, 28 Jan 2021 17:31:17 -0500
On Wed, Jan 27, 2021 at 10:19:55AM -0500, guix-patches--- via wrote:
> Reported by Raghav and Mikhail on guix-devel mailing list.
> 
> * doc/guix.texi (Mapped Devices): Replace target with targets.

Thanks!

I made sure you were the "author" of the commit and pushed as
4a480147336ba0c1073e20c1abdee8844451bd5a.

How did you submit the patch? It listed the author as "guix-patches---
via <guix-patches@gnu.org>".


--- End Message ---

reply via email to

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