guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: doc: Fix mapped devices example in the manual.


From: guix-commits
Subject: branch master updated: doc: Fix mapped devices example in the manual.
Date: Thu, 28 Jan 2021 17:30:17 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4a48014  doc: Fix mapped devices example in the manual.
4a48014 is described below

commit 4a480147336ba0c1073e20c1abdee8844451bd5a
Author: Joshua Branson <jbranso@dismail.de>
AuthorDate: Wed Jan 27 10:19:55 2021 -0500

    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>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 6ea782f..ff9e8da 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]