diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-23 23:07:53 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-23 23:14:54 -0400 |
commit | 9fcdf32294e66f91d2a177f73a77049832768311 (patch) | |
tree | 5a5b76ab3189723a20abac71fb82c40fa0ca9b5a /man/crypttab.xml | |
parent | 5549f483d06d2e5c91da76b5780c5f0e217b472e (diff) |
man: fix path in crypttab(5)
https://bugs.freedesktop.org/show_bug.cgi?id=75816
Diffstat (limited to 'man/crypttab.xml')
-rw-r--r-- | man/crypttab.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 668e51dc06..9030015b0e 100644 --- a/man/crypttab.xml +++ b/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> |