diff mbox series

[bug#46130] doc: Fix mapped devices example in the manual.

Message ID 20210127151955.30105-1-jbranso@dismail.de
State Accepted
Headers show
Series [bug#46130] doc: Fix mapped devices example in the manual. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

ashish.is--- via Guix-patches" via Jan. 27, 2021, 3:19 p.m. UTC
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(-)

Comments

Leo Famulari Jan. 28, 2021, 10:31 p.m. UTC | #1
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>".
diff mbox series

Patch

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