diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-14 21:58:22 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-15 11:30:42 -0500 |
commit | 08177c85efd52c2c2ab00991791649ad8cf61297 (patch) | |
tree | 4817df20ca95097f917f5cf14882a8103db07a54 | |
parent | 0acfdd61edb96585c6438698bcc21e366acd4291 (diff) |
make-directive-index: link to systemd options
-rw-r--r-- | Makefile.am | 1 | ||||
-rwxr-xr-x | make-directive-index.py | 17 | ||||
-rw-r--r-- | man/systemd.xml | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 05dcc79f6e..f02e9532d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -699,6 +699,7 @@ EXTRA_DIST += \ man/index.html XML_DIRECTIVE_FILES = \ + man/systemd.xml \ man/systemd.unit.xml \ man/systemd.service.xml \ man/systemd.socket.xml \ diff --git a/make-directive-index.py b/make-directive-index.py index 3bf672e1a6..e94f4c5b30 100755 --- a/make-directive-index.py +++ b/make-directive-index.py @@ -67,6 +67,23 @@ TEMPLATE = '''\ </refsect1> <refsect1> + <title>Options on the kernel command line</title> + + <para>Kernel boot options for configuring the behaviour of the + systemd process.</para> + + <variablelist id='kernel-commandline-directives' /> + </refsect1> + + <refsect1> + <title>Environment variables</title> + + <para>Environment variables understood by the systemd process.</para> + + <variablelist id='environment-variables' /> + </refsect1> + + <refsect1> <title>UDEV directives</title> <para>Directives for configuring systemd units through the diff --git a/man/systemd.xml b/man/systemd.xml index 7b3d265b8d..55ba0875f0 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -877,7 +877,7 @@ <refsect1> <title>Environment</title> - <variablelist> + <variablelist class='environment-variables'> <varlistentry> <term><varname>$SYSTEMD_LOG_LEVEL</varname></term> <listitem><para>systemd reads the @@ -987,7 +987,7 @@ <filename>/proc/cmdline</filename> instead.</para></footnote>:</para> - <variablelist> + <variablelist class='kernel-commandline-directives'> <varlistentry> <term><varname>systemd.unit=</varname></term> <term><varname>rd.systemd.unit=</varname></term> |