guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1cf00c47c093415f9cb24384655462feb52d5e7b
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Dec 25 23:53:02 2025 +0100

    doc: Add missing double quotes in ‘mapped-device’ snippet.
    
    * doc/guix.texi (Mapped Devices): Add missing double quotes in
    ‘luks-device-mapping’ example.
    
    Change-Id: I5bcd980ec3d5d142ea37697575f539d640bc6466
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 55d3af1642..c504ec06cd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18941,8 +18941,8 @@ given location at the time of the unlock attempt.
 ;; Following definition would be equivalent to running:
 ;;   cryptsetup open --key-file /crypto.key /dev/sdb1 data
 (mapped-device
- (source "/dev/sdb1)
- (target "data)
+ (source "/dev/sdb1")
+ (target "data")
  (type luks-device-mapping)
  (arguments '(#:key-file "/crypto.key")))
 @end lisp

Reply via email to