doc: Fix mapped devices example in the manual.
authorJoshua Branson <jbranso@dismail.de>
Wed, 27 Jan 2021 15:19:55 +0000 (10:19 -0500)
committerLeo Famulari <leo@famulari.name>
Thu, 28 Jan 2021 22:21:17 +0000 (17:21 -0500)
Reported by Raghav Gururajan <rg@raghavgururajan.name> and Mikhail Tsykalov
<tsymsh@gmail.com>.

* doc/guix.texi (Mapped Devices): Replace target with targets.

Signed-off-by: Leo Famulari <leo@famulari.name>
doc/guix.texi

index 6ea782f..ff9e8da 100644 (file)
@@ -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