summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2014-03-13 13:01:06 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2014-03-13 13:01:06 +0100
commit031666ef66bf7b17ded4afcaa9bb97587fca0749 (patch)
tree9fffcc459711ab5dbe35f816383f49410a104235 /scripts
parentc0f1eb5f0f8f0a790d1d9e6d9d3e1323c85e4144 (diff)
downloadlvm2-031666ef66bf7b17ded4afcaa9bb97587fca0749.tar.gz
man: add man page for lvm2-activation-generator
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lvm2_activation_generator_systemd_red_hat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lvm2_activation_generator_systemd_red_hat.c b/scripts/lvm2_activation_generator_systemd_red_hat.c
index 07a2563a3..e39f901bb 100644
--- a/scripts/lvm2_activation_generator_systemd_red_hat.c
+++ b/scripts/lvm2_activation_generator_systemd_red_hat.c
@@ -129,7 +129,7 @@ static int generate_unit(const char *dir, int unit)
"# Direct LVM2 activation requires udev to be settled!\n\n"
"[Unit]\n"
"Description=Activation of LVM2 logical volumes\n"
- "Documentation=man:lvm(8) man:vgchange(8)\n"
+ "Documentation=man:lvm2-activation-generator(8)\n"
"SourcePath=/etc/lvm/lvm.conf\n"
"DefaultDependencies=no\n", f);