diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-14 20:18:36 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-15 11:30:41 -0500 |
commit | 4a431c9ab1475b38868c9e240a5615739a3d6458 (patch) | |
tree | 029c4aca8b0d118f784d9f5ea21891a977399e8f /make-directive-index.py | |
parent | 8bae5e6abeca9ec2beb6d6e6b14a558283e895c9 (diff) | |
download | systemd-4a431c9ab1475b38868c9e240a5615739a3d6458.tar.gz |
man: add bootchart.conf to directives index
Diffstat (limited to 'make-directive-index.py')
-rwxr-xr-x | make-directive-index.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/make-directive-index.py b/make-directive-index.py index eaf7019a2b..b35735e109 100755 --- a/make-directive-index.py +++ b/make-directive-index.py @@ -83,6 +83,15 @@ TEMPLATE = '''\ <variablelist id='journal-directives' /> </refsect1> + + <refsect1> + <title>bootchart.conf directives</title> + + <para>Directives for configuring the behaviour of the + systemd-bootchart process.</para> + + <variablelist id='bootchart-directives' /> + </refsect1> </refentry> ''' @@ -139,6 +148,7 @@ def make_page(xml_files): 'udev-directives', 'systemd-directives', 'journal-directives', + 'bootchart-directives', ]} for page in xml_files: _extract_directives(directive_groups, page) |