diff --git a/man/systemd.xml b/man/systemd.xml
index 691d9faa8..cd38c1637 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -798,13 +798,13 @@
- SIGRTMAX-14
+ SIGRTMIN+16
Immediately reboots the machine with kexec.
- SIGRTMAX-10
+ SIGRTMIN+20
Enables display of
status messages on the console, as
@@ -815,7 +815,7 @@
- SIGRTMAX-9
+ SIGRTMIN+21
Disables display of
status messages on the console, as
@@ -826,23 +826,23 @@
- SIGRTMAX-8
- SIGRTMAX-7
+ SIGRTMIN+22
+ SIGRTMIN+23
Sets the log level to
debug
(or info on
- SIGRTMAX-7), as
+ SIGRTMIN+23), as
controlled via
systemd.log_level=debug
(or systemd.log_level=info
- on SIGRTMAX-7) on
+ on SIGRTMIN+23) on
the kernel command
line.
- SIGRTMIN+24 (SIGRTMAX-6)
+ SIGRTMIN+24
Immediately exits the
manager (only available for --user
@@ -850,28 +850,28 @@
- SIGRTMAX-4
- SIGRTMAX-3
- SIGRTMAX-2
- SIGRTMAX-1
+ SIGRTMIN+26
+ SIGRTMIN+27
+ SIGRTMIN+28
+ SIGRTMIN+29
Sets the log level to
journal-or-kmsg
(or console on
- SIGRTMAX-3,
+ SIGRTMIN+27,
kmsg on
- SIGRTMAX-2,
+ SIGRTMIN+28,
or syslog-or-kmsg
- on SIGRTMAX-1), as
+ on SIGRTMIN+29), as
controlled via
systemd.log_target=journal-or-kmsg
(or systemd.log_target=console
- on SIGRTMAX-3,
+ on SIGRTMIN+27,
systemd.log_target=kmsg
- on SIGRTMAX-2,
+ on SIGRTMIN+28,
or
systemd.log_target=syslog-or-kmsg
- on SIGRTMAX-1) on
+ on SIGRTMIN+29) on
the kernel command
line.