summaryrefslogtreecommitdiff
path: root/src/cryptsetup
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-27 13:24:13 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-27 13:24:13 +0200
commit1c7327004ab6f0b91bdceb06877a3094c5fe2a4b (patch)
tree388edcaa34b586f53218f0186e0cbb7df0a46f30 /src/cryptsetup
parent45ae1a05f98adfccaa3bdc36f8767322ac79c8e2 (diff)
man: add reference to crypttab(5) from cryptsetup units
Diffstat (limited to 'src/cryptsetup')
-rw-r--r--src/cryptsetup/cryptsetup-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptsetup/cryptsetup-generator.c b/src/cryptsetup/cryptsetup-generator.c
index 4056d1ddd2..f714c8c241 100644
--- a/src/cryptsetup/cryptsetup-generator.c
+++ b/src/cryptsetup/cryptsetup-generator.c
@@ -120,7 +120,7 @@ static int create_disk(
"# Automatically generated by systemd-cryptsetup-generator\n\n"
"[Unit]\n"
"Description=Cryptography Setup for %%I\n"
- "Documentation=man:systemd-cryptsetup@.service(8)\n"
+ "Documentation=man:systemd-cryptsetup@.service(8) man:crypttab(5)\n"
"SourcePath=/etc/crypttab\n"
"Conflicts=umount.target\n"
"DefaultDependencies=no\n"