From 4a480147336ba0c1073e20c1abdee8844451bd5a Mon Sep 17 00:00:00 2001 From: Joshua Branson Date: Wed, 27 Jan 2021 10:19:55 -0500 Subject: doc: Fix mapped devices example in the manual. Reported by Raghav Gururajan and Mikhail Tsykalov . * doc/guix.texi (Mapped Devices): Replace target with targets. Signed-off-by: Leo Famulari --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 6ea782fd23..ff9e8da2e0 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 -- cgit v1.2.3