From c3834f9b881f2b1a68dc7d797c134f0b66b47b57 Mon Sep 17 00:00:00 2001
From: Lennart Poettering <lennart@poettering.net>
Date: Thu, 6 Mar 2014 18:26:06 +0100
Subject: generators: add Documentation= fields that point to the generator man
 pages

---
 src/efi-boot-generator/efi-boot-generator.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src/efi-boot-generator')

diff --git a/src/efi-boot-generator/efi-boot-generator.c b/src/efi-boot-generator/efi-boot-generator.c
index 270dc226ef..cf9ff73b12 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)
-- 
cgit v1.2.3-54-g00ecf