summaryrefslogtreecommitdiff
path: root/man/systemd-system.conf.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-06-20 23:31:21 +0200
committerLennart Poettering <lennart@poettering.net>2013-06-20 23:31:21 +0200
commit78894537e047690f074c5067989517acc1b3c40e (patch)
tree69723e481916d52d444782f2492bf2bdc2101282 /man/systemd-system.conf.xml
parent3c86d34cf1e381ade10dcc41c655c98b2d489c8d (diff)
man: fix example for DefaultEnvironment=
The example mentioned Environment= rather than DefaultEnvironment=. Also made some other clean-ups.
Diffstat (limited to 'man/systemd-system.conf.xml')
-rw-r--r--man/systemd-system.conf.xml30
1 files changed, 16 insertions, 14 deletions
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 @@
<varlistentry>
<term><varname>DefaultEnvironment=</varname></term>
- <listitem><para>Sets systemd manager
- environment variables for executed
- processes. Takes a space-separated
- list of variable assignments.
- </para>
+ <listitem><para>Sets manager
+ environment variables passed to all
+ executed processes. Takes a
+ space-separated list of variable
+ assignments. See
+ <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+ for details about environment
+ variables.</para>
<para>Example:
- <programlisting>Environment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6"</programlisting>
- gives three variables <literal>VAR1</literal>,
- <literal>VAR2</literal>, <literal>VAR3</literal>.
- </para>
- <para>
- See
- <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>
- for details about environment variables.</para></listitem>
+ <programlisting>DefaultEnvironment="VAR1=word1 word2" VAR2=word3 "VAR3=word 5 6"</programlisting>
+
+ Sets three variables
+ <literal>VAR1</literal>,
+ <literal>VAR2</literal>,
+ <literal>VAR3</literal>.</para></listitem>
</varlistentry>
<varlistentry>
@@ -323,7 +324,8 @@
<title>See Also</title>
<para>
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
- <citerefentry><refentrytitle>systemd.directives</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+ <citerefentry><refentrytitle>systemd.directives</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
+ <citerefentry><refentrytitle>environ</refentrytitle><manvolnum>7</manvolnum></citerefentry>
</para>
</refsect1>