From 207194c67f57afde62fc2d49c3ddf4502f02dcd0 Mon Sep 17 00:00:00 2001 From: vanou Date: Mon, 23 Nov 2020 21:21:46 +0900 Subject: [PATCH] man: Fix misspelling of directive and typos in systemd-coredump man page This commit fixes * misspelling of LimitCORE directive of systemd.exec * typos in systemd-coredump man page. --- man/systemd-coredump.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.