From: vanou Date: Mon, 23 Nov 2020 12:21:46 +0000 (+0900) Subject: man: Fix misspelling of directive and typos in systemd-coredump man page X-Git-Tag: v247~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207194c67f57afde62fc2d49c3ddf4502f02dcd0;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml index e5aec519434..4ac6de1ee25 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.