diff options
author | Joshua Branson <jbranso@dismail.de> | 2021-01-27 10:19:55 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-28 17:21:17 -0500 |
commit | 4a480147336ba0c1073e20c1abdee8844451bd5a (patch) | |
tree | b70a12f6c84d3449c13690d1483395f7fc3f1ba9 /doc/guix.texi | |
parent | c4a2cbeb06f2a4d56f98e682c2897a3167530f58 (diff) | |
download | guix-4a480147336ba0c1073e20c1abdee8844451bd5a.tar guix-4a480147336ba0c1073e20c1abdee8844451bd5a.tar.gz |
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>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |