diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml index e5aec51943..4ac6de1ee2 100644 --- a/man/systemd-coredump.xml +++ b/man/systemd-coredump.xml @@ -73,8 +73,8 @@ Configuration - For programs started by systemd process resource limits can be set by directive - LimitCore=, see + For programs started by systemd, process resource limits can be set by directive + LimitCORE=, see systemd.exec5. @@ -94,10 +94,10 @@ systemd-sysctl8. - In order to by used in the mode, an appropriate backtrace + In order to be used in the mode, an appropriate backtrace handler must be installed on the sender side. For example, in case of python1, this - means a sys.excepthook must installed, see + means a sys.excepthook must be installed, see systemd-coredump-python.