diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index 4aa8a0ef42..4882ea816b 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -434,32 +434,19 @@
MaxLevelWall=
MaxLevelSocket=
- Controls the maximum log level of messages
- that are stored in the journal, forwarded to syslog, kmsg, the
- console, a socket, or wall (if that is enabled, see above).
- As argument, takes one of
- emerg,
- alert,
- crit,
- err,
- warning,
- notice,
- info,
- debug,
- or integer values in the range of 0–7 (corresponding to the
- same levels). Messages equal or below the log level specified
- are stored/forwarded, messages above are dropped. Defaults to
- debug for MaxLevelStore=,
- MaxLevelSyslog= and
- MaxLevelSocket=, to ensure that the all
- messages are stored in the journal, forwarded to syslog and
- the socket if one exists.
- Defaults to
- notice for MaxLevelKMsg=,
- info for MaxLevelConsole=,
- and emerg for
- MaxLevelWall=. These settings may be
- overridden at boot time with the kernel command line options
+ Controls the maximum log level of messages that are stored in the journal, forwarded
+ to syslog, kmsg, the console, the wall, or a socket (if that is enabled, see above). As argument,
+ takes one of emerg, alert, crit,
+ err, warning, notice,
+ info, debug, or integer values in the range of 0–7
+ (corresponding to the same levels). Messages equal or below the log level specified are
+ stored/forwarded, messages above are dropped. Defaults to debug for
+ MaxLevelStore=, MaxLevelSyslog= and
+ MaxLevelSocket=, to ensure that the all messages are stored in the journal,
+ forwarded to syslog and the socket if one exists. Defaults to notice for
+ MaxLevelKMsg=, info for MaxLevelConsole=,
+ and emerg for MaxLevelWall=. These settings may be overridden
+ at boot time with the kernel command line options
systemd.journald.max_level_store=,
systemd.journald.max_level_syslog=,
systemd.journald.max_level_kmsg=,