1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-09-01 14:17:37 +03:00

directive-index: journal directives

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2012-08-10 19:35:43 +02:00
parent ffafe91b5a
commit f6c2e28b07
3 changed files with 46 additions and 35 deletions

View File

@ -56,6 +56,15 @@ TEMPLATE = '''\
<variablelist id='udev-directives' />
</refsect1>
<refsect1>
<title>Journal directives</title>
<para>Directives for configuring the behaviour of the
journald process.</para>
<variablelist id='journal-directives' />
</refsect1>
</refentry>
'''
@ -111,6 +120,7 @@ def make_page(xml_files):
for name in ['unit-directives',
'udev-directives',
'systemd-directives',
'journal-directives',
]}
for page in xml_files:
_extract_directives(directive_groups, page)