summaryrefslogtreecommitdiff
path: root/man/systemd-coredump.xml
diff options
context:
space:
mode:
authorvanou <ishii.vanou@fujitsu.com>2020-11-23 21:21:46 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-11-23 13:49:53 +0100
commit207194c67f57afde62fc2d49c3ddf4502f02dcd0 (patch)
tree93bb34f6b6b88210f3fe665fd756ed195e0a8b1b /man/systemd-coredump.xml
parent18f3bc96f9351cd711bc81100c9108c9a68e38de (diff)
downloadsystemd-207194c67f57afde62fc2d49c3ddf4502f02dcd0.tar.gz
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.
Diffstat (limited to 'man/systemd-coredump.xml')
-rw-r--r--man/systemd-coredump.xml8
1 files 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 @@
<refsect1>
<title>Configuration</title>
- <para>For programs started by <command>systemd</command> process resource limits can be set by directive
- <varname>LimitCore=</varname>, see
+ <para>For programs started by <command>systemd</command>, process resource limits can be set by directive
+ <varname>LimitCORE=</varname>, see
<citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
</para>
@@ -94,10 +94,10 @@
<citerefentry><refentrytitle>systemd-sysctl</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
</para>
- <para>In order to by used in the <option>--backtrace</option> mode, an appropriate backtrace
+ <para>In order to be used in the <option>--backtrace</option> mode, an appropriate backtrace
handler must be installed on the sender side. For example, in case of
<citerefentry project='die-net'><refentrytitle>python</refentrytitle><manvolnum>1</manvolnum></citerefentry>, this
- means a <varname>sys.excepthook</varname> must installed, see
+ means a <varname>sys.excepthook</varname> must be installed, see
<ulink url="https://github.com/keszybz/systemd-coredump-python">systemd-coredump-python</ulink>.
</para>