diff options
author | anphir <158041111+anphir@users.noreply.github.com> | 2024-05-03 10:34:05 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-05-03 11:36:56 +0200 |
commit | 78a529caa5f725af5547878442360cd4aa223af9 (patch) | |
tree | bd1e169c8cfbaf1e7fe3cc7a753e56fb54fc7afc /man/systemd.swap.xml | |
parent | test: drop --tpm2-public-key= from TEST-70 (diff) | |
download | systemd-78a529caa5f725af5547878442360cd4aa223af9.tar.xz systemd-78a529caa5f725af5547878442360cd4aa223af9.zip |
man: improve documentation about using resource-control options
According to the documentation in systemd.resource-control(5),
resource-control options may be used in mount, scope, service,
slice, socket and swap units.
While e.g. systemd.service(5) includes that information,
documentation for some other units does not.
The most problematic example is systemd.slice(5).
Its documentation states a slice unit may only contain [Install]
and [Unit] sections, while actually it may contain also a [Slice]
section with options from systemd.resource-control(5).
units/user/app.slice is an example of a slice unit having a [Slice]
section.
Diffstat (limited to 'man/systemd.swap.xml')
-rw-r--r-- | man/systemd.swap.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.swap.xml b/man/systemd.swap.xml index 2b3305ccde..f5e3c0742b 100644 --- a/man/systemd.swap.xml +++ b/man/systemd.swap.xml @@ -181,9 +181,9 @@ information about the swap device it supervises. A number of options that may be used in this section are shared with other unit types. These options are documented in - <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> - and - <citerefentry><refentrytitle>systemd.kill</refentrytitle><manvolnum>5</manvolnum></citerefentry>. + <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>, + <citerefentry><refentrytitle>systemd.kill</refentrytitle><manvolnum>5</manvolnum></citerefentry> and + <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>. The options specific to the [Swap] section of swap units are the following:</para> |