summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/ENVIRONMENT.md10
-rw-r--r--man/systemd-sysv-generator.xml14
-rw-r--r--man/systemd.xml7
3 files changed, 9 insertions, 22 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index a3916f8cde..ab10a4fc7e 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -288,8 +288,16 @@ installed systemd tests:
`systemd-tmpfiles`:
-* `SYSTEMD_TMPFILES_FORCE_SUBVOL` - if unset, `v`/`q`/`Q` lines will create
+* `SYSTEMD_TMPFILES_FORCE_SUBVOL` — if unset, `v`/`q`/`Q` lines will create
subvolumes only if the OS itself is installed into a subvolume. If set to `1`
(or another value interpreted as true), these lines will always create
subvolumes if the backing filesystem supports them. If set to `0`, these
lines will always create directories.
+
+`systemd-sysv-generator`:
+
+* `$SYSTEMD_SYSVINIT_PATH` — Controls where `systemd-sysv-generator` looks for
+ SysV init scripts.
+
+* `$SYSTEMD_SYSVRCND_PATH` — Controls where `systemd-sysv-generator` looks for
+ SysV init script runlevel link farms.
diff --git a/man/systemd-sysv-generator.xml b/man/systemd-sysv-generator.xml
index aafd332132..14ab932fed 100644
--- a/man/systemd-sysv-generator.xml
+++ b/man/systemd-sysv-generator.xml
@@ -61,20 +61,6 @@
</refsect1>
<refsect1>
- <title>Environment</title>
-
- <para>Special variables understood by <command>systemd-sysv-generator</command>:</para>
-
- <variablelist class='environment-variables'>
- <varlistentry>
- <term><varname>$SYSTEMD_SYSVINIT_PATH</varname></term>
-
- <listitem><para>Controls where systemd looks for SysV init scripts.</para></listitem>
- </varlistentry>
- </variablelist>
- </refsect1>
-
- <refsect1>
<title>See Also</title>
<para>
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
diff --git a/man/systemd.xml b/man/systemd.xml
index 27f0a7517d..c60f220f31 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -696,13 +696,6 @@
</para></listitem>
</varlistentry>
- <varlistentry>
- <term><varname>$SYSTEMD_SYSVRCND_PATH</varname></term>
-
- <listitem><para>Controls where systemd looks for SysV init
- script runlevel link farms.</para></listitem>
- </varlistentry>
-
<xi:include href="common-variables.xml" xpointer="pager"/>
<xi:include href="common-variables.xml" xpointer="less"/>
<xi:include href="common-variables.xml" xpointer="lesscharset"/>