doc: Fix mapped devices example in the manual.

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>
This commit is contained in:
Joshua Branson 2021-01-27 10:19:55 -05:00 committed by Leo Famulari
parent c4a2cbeb06
commit 4a48014733
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

View 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