From: Lennart Poettering Date: Thu, 20 Jun 2013 21:31:21 +0000 (+0200) Subject: man: fix example for DefaultEnvironment= X-Git-Tag: v205~95 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=78894537e047690f074c5067989517acc1b3c40e man: fix example for DefaultEnvironment= The example mentioned Environment= rather than DefaultEnvironment=. Also made some other clean-ups. --- diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 588685540..48d02269c 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -265,22 +265,23 @@ DefaultEnvironment= - Sets systemd manager - environment variables for executed - processes. Takes a space-separated - list of variable assignments. - + Sets manager + environment variables passed to all + executed processes. Takes a + space-separated list of variable + assignments. See + environ7 + for details about environment + variables. Example: - Environment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6" - gives three variables VAR1, - VAR2, VAR3. - - - See - environ7 - for details about environment variables. + DefaultEnvironment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6" + + Sets three variables + VAR1, + VAR2, + VAR3. @@ -323,7 +324,8 @@ See Also systemd1, - systemd.directives7 + systemd.directives7, + environ7