From: Barry Scott Date: Mon, 3 Oct 2011 10:50:10 +0000 (+0100) Subject: man: .include directive does not include as textual include it includes by parsing... X-Git-Tag: v37~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a70d9a77d9dc9efd2a122ef73095733b6fe6acdf;hp=7734f77373a871ffb755a99b381fd93682052b8c;p=elogind.git man: .include directive does not include as textual include it includes by parsing the include file. This means that section headers must be used inside of a .include file otherwise all the lines are ignored. --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index bf8de322d..e47c14679 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -121,8 +121,9 @@ If a line starts with followed by a file name, the specified file will be - read as if its contents were listed in place of the - directive. + parsed at this point. Make sure that the file that is + included has the appropiate section headers before + any directives. Along with a unit file foo.service a directory