diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-07 11:17:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-07 11:17:56 +0200 |
commit | 56bf97e10fefc424ab51e48a8a94cc8783ba5404 (patch) | |
tree | 04dd80ce995d2adfd52a08efe0ef20a78820e64d /man/systemd.exec.xml | |
parent | e64e1bfd86534e542f7d5585459e78f88a6d9b27 (diff) | |
parent | 2ac5fe9525eaaff33549b15ac3d12982aedb3d71 (diff) |
Merge pull request #3914 from keszybz/fix-man-links
Fix man links
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6163709afd..f8b2aff81b 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1464,7 +1464,7 @@ <listitem><para>Takes a boolean argument. If set, any attempts to enable realtime scheduling in a process of the unit are refused. This restricts access to realtime task scheduling policies such as <constant>SCHED_FIFO</constant>, <constant>SCHED_RR</constant> or <constant>SCHED_DEADLINE</constant>. See - <citerefentry><refentrytitle>sched</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details about + <citerefentry project='man-pages'><refentrytitle>sched</refentrytitle><manvolnum>7</manvolnum></citerefentry> for details about these scheduling policies. Realtime scheduling policies may be used to monopolize CPU time for longer periods of time, and may hence be used to lock up or otherwise trigger Denial-of-Service situations on the system. It is hence recommended to restrict access to realtime scheduling to the few programs that actually require |