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

  • Done
  • quality assurance status badge
Details
2 participants
  • Joshua Branson
  • Leo Famulari
Owner
unassigned
Submitted by
Joshua Branson
Severity
normal
J
J
Joshua Branson wrote on 27 Jan 2021 16:19
(address . guix-patches@gnu.org)
20210127151955.30105-1-jbranso@dismail.de
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(-)

Toggle diff (15 lines)
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
L
L
Leo Famulari wrote on 28 Jan 2021 23:31
(name . guix-patches--- via)(address . guix-patches@gnu.org)
YBM7NYRMEz0jejU+@jasmine.lan
On Wed, Jan 27, 2021 at 10:19:55AM -0500, guix-patches--- via wrote:
Toggle quote (4 lines)
> Reported by Raghav and Mikhail on guix-devel mailing list.
>
> * doc/guix.texi (Mapped Devices): Replace target with targets.

Thanks!

I made sure you were the "author" of the commit and pushed as
4a480147336ba0c1073e20c1abdee8844451bd5a.

How did you submit the patch? It listed the author as "guix-patches---
via <guix-patches@gnu.org>".
?