]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Fix misspelling of directive and typos in systemd-coredump man page
authorvanou <ishii.vanou@fujitsu.com>
Mon, 23 Nov 2020 12:21:46 +0000 (21:21 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 23 Nov 2020 12:49:53 +0000 (13:49 +0100)
This commit fixes
 * misspelling of LimitCORE directive of systemd.exec
 * typos
in systemd-coredump man page.

man/systemd-coredump.xml

index e5aec51943456af2b175564f0602468d3f1d1d19..4ac6de1ee2591e3204302b0b6787458613ea3120 100644 (file)
@@ -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>
 
     <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>