diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-07 14:59:24 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-07 14:59:24 +0200 |
commit | 0d525a3e9366f744edeb327fec94928305b27cc4 (patch) | |
tree | 38dbc61cab8aa02e15f4e90ebf7a30b4b1a22fcf /man/tmpfiles.d.xml | |
parent | tools: move directive index template to separate file (diff) | |
download | systemd-0d525a3e9366f744edeb327fec94928305b27cc4.tar.xz systemd-0d525a3e9366f744edeb327fec94928305b27cc4.zip |
man: add specifiers section to directives index
The hack with getparent().txt is not very pretty, but the whole
thing seems to work well enough. It is useful to figure out whihc
specifiers are supported where.
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index f45dfe0a53..2e9ba5fe90 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -618,7 +618,7 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para> <para>Specifiers can be used in the "path" and "argument" fields. An unknown or unresolvable specifier is treated as invalid configuration. The following expansions are understood:</para> - <table> + <table class='specifiers'> <title>Specifiers available</title> <tgroup cols='3' align='left' colsep='1' rowsep='1'> <colspec colname="spec" /> |