diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-26 10:47:16 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-26 11:36:53 -0500 |
commit | ccc9a4f9ffdab069b0b785627c48962fdadf6d46 (patch) | |
tree | 13d75aea780ceb7bface70b83f49aec62078e0f7 /man/systemd.unit.xml | |
parent | 6b76fa66199967b4ec71854f717d0b8ee94497c4 (diff) |
man: extend systemd.directives(7) to all manual pages
New sections are added: PAM options, crypttab options, commandline
options, miscellaneous. The last category will be used for all
untagged <varname> elements.
Commandline options sections is meant to be a developer tool: when
adding an option it is sometimes useful to be able to check if
similarly named options exist elsewhere.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 953a2897ad..dcdfc1e5d6 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -222,7 +222,7 @@ carries generic information about the unit that is not dependent on the type of unit:</para> - <variablelist> + <variablelist class='unit-directives'> <varlistentry> <term><varname>Description=</varname></term> @@ -944,7 +944,7 @@ <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> tool during installation of a unit:</para> - <variablelist> + <variablelist class='unit-directives'> <varlistentry> <term><varname>Alias=</varname></term> |