summaryrefslogtreecommitdiff
path: root/src/efi-boot-generator
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-06 18:26:06 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-06 18:48:22 +0100
commitc3834f9b881f2b1a68dc7d797c134f0b66b47b57 (patch)
treef682aaf2dd26ad231340168f2141834b6ebad387 /src/efi-boot-generator
parent059cb3858acd038ff2cef10a3a99119bf71a8fc6 (diff)
generators: add Documentation= fields that point to the generator man pages
Diffstat (limited to 'src/efi-boot-generator')
-rw-r--r--src/efi-boot-generator/efi-boot-generator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c
index 270dc226e..cf9ff73b1 100644
--- a/src/efi-boot-generator/efi-boot-generator.c
+++ b/src/efi-boot-generator/efi-boot-generator.c
@@ -100,7 +100,8 @@ int main(int argc, char *argv[]) {
fprintf(f,
"# Automatially generated by systemd-efi-boot-generator\n\n"
"[Unit]\n"
- "Description=EFI System Partition\n");
+ "Description=EFI System Partition\n"
+ "Documentation=man:systemd-efi-boot-generator(8)\n");
r = generator_write_fsck_deps(f, arg_dest, what, "/boot", "vfat");
if (r < 0)