forked from pool/systemd
27 lines
997 B
Diff
27 lines
997 B
Diff
|
From 9fcdf32294e66f91d2a177f73a77049832768311 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
||
|
Date: Mon, 23 Jun 2014 23:07:53 -0400
|
||
|
Subject: [PATCH] man: fix path in crypttab(5)
|
||
|
|
||
|
https://bugs.freedesktop.org/show_bug.cgi?id=75816
|
||
|
---
|
||
|
man/crypttab.xml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git man/crypttab.xml man/crypttab.xml
|
||
|
index 668e51d..9030015 100644
|
||
|
--- man/crypttab.xml
|
||
|
+++ man/crypttab.xml
|
||
|
@@ -369,7 +369,7 @@
|
||
|
<programlisting>luks UUID=2505567a-9e27-4efe-a4d5-15ad146c258b
|
||
|
swap /dev/sda7 /dev/urandom swap
|
||
|
truecrypt /dev/sda2 /etc/container_password tcrypt
|
||
|
-hidden /mnt/tc_hidden /null tcrypt-hidden,tcrypt-keyfile=/etc/keyfile</programlisting>
|
||
|
+hidden /mnt/tc_hidden /dev/null tcrypt-hidden,tcrypt-keyfile=/etc/keyfile</programlisting>
|
||
|
</example>
|
||
|
</refsect1>
|
||
|
|
||
|
--
|
||
|
1.7.9.2
|
||
|
|