diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-12-25 23:53:02 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-04 12:46:57 +0100 |
| commit | cf005b5107f6b93a8c5cca09d34c4038f7bf55ef (patch) | |
| tree | c22e49af50f7605a38e6e0e3aa6e66765bcd7d03 /doc | |
| parent | d2a93e61138f65c48dc97478ec54bee254e9853e (diff) | |
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 55d3af16426..c504ec06cd7 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 |
