guix-patches
[Top][All Lists]
Advanced

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

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


From: Joshua Branson
Subject: [bug#46130] [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






reply via email to

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