]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4147] Addressed comments
authorFrancis Dupont <fdupont@isc.org>
Mon, 19 Jan 2026 15:54:42 +0000 (16:54 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 19 Jan 2026 15:54:42 +0000 (16:54 +0100)
changelog_unreleased/4147-generating-core-files
doc/sphinx/arm/security.rst

index d34dc5de7dc76a39e7976e8627a5801f0dffa158..7724b5e27dec5a1d2249ec602d8b892df61ba4de 100644 (file)
@@ -1,4 +1,4 @@
 [doc]          fdupont
-       Added a section in the ARM expalining how to generate
+       Added a section in the ARM explaining how to generate
        core dump files.
        (Gitlab #4147)
index 9800deaecfed02182f3ca7ea9467cccc31efd2f3..1e8b4ef84c65ea451e1a15b23bc51f763218f750 100644 (file)
@@ -696,22 +696,22 @@ Miscellaneous
 Creating core dump files
 ------------------------
 
-When enabled kernels create core dump files when a process crashes or
+When enabled, kernels create core dump files when a process crashes or
 gets a signal with this action. The way to enable core dump files
-is system dependent but with common controls as the `coredumpsize`
-or `core file size` limit which can be seen and changed using `ulimit`
-or `limit` commands or shell built-ins.
+is system dependent but with common controls as the ``coredumpsize``
+or ``core file size`` limit which can be seen and changed using ``ulimit``
+or ``limit`` commands or shell built-ins.
 
 The Knowledge Base document `What to do if your BIND, Kea DHCP, Stork,
-or ISC DHCP server has crashed <https://kb.isc.org/docs/aa-00340>` document
-even oriented to ISC support explains per systems details in its
-``Things to check if a core file does not get generated`` section.
+or ISC DHCP server has crashed <https://kb.isc.org/docs/aa-00340>`_
+document explains per systems details in its
+`Things to check if a core file does not get generated` section.
 
-Another way to create a core dump file is the `gcore` command which
+Another way to create a core dump file is the ``gcore`` command which
 creates such files / images from a running process. Please look at its
 manual page to understand how to use it. Two points are important:
 
-- does `gcore` suspend or provides an option to suspend to dumped process?
+- does ``gcore`` suspend or provide an option to suspend the dumped process?
 
 - the name of the produced core dump file (useful also for core dump file
   created by the kernel).