From f396232996b5d347cd743ff1d181ed6e5b7209f7 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 2 Apr 2016 10:40:09 -0400 Subject: man: add more cross-references to coredump.conf(5) and systemd-coredump(8) Fixes #2901. --- man/systemd-coredump.xml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'man/systemd-coredump.xml') diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml index f1598461ef..0d3115094c 100644 --- a/man/systemd-coredump.xml +++ b/man/systemd-coredump.xml @@ -60,12 +60,13 @@ signal and dumps core. For it to be used in this capacity, it must be specified by the kernel.core_pattern sysctl8 - setting. Systemd installs - /usr/lib/sysctl.d/50-coredump.conf which - configures kernel.core_pattern to invoke - systemd-coredump. This file may be masked or - overridden to use a different setting following normal - sysctl.d5 rules. + setting. The syntax of this setting is explained in + core5. + Systemd installs /usr/lib/sysctl.d/50-coredump.conf which configures + kernel.core_pattern to invoke systemd-coredump. + This file may be masked or overridden to use a different setting following normal + sysctl.d5 + rules. The behavior of a specific program upon reception of a signal is governed by a few factors which are described in detail @@ -77,18 +78,19 @@ systemd.exec5). - systemd-coredump will log the coredump - including a backtrace if possible, and store the core (contents of - process' memory contents) in an external file on disk in - /var/lib/systemd/coredump, or directly in - the journal. This behavior may be modified using - coredump.conf5. + The behaviour of systemd-coredump is configured through + /etc/systemd/coredump.conf and other configuration files. See + coredump.conf5 + for details. By default, systemd-coredump will log the coredump including a + backtrace if possible, and store the core (contents of process' memory contents) in an external + file on disk in /var/lib/systemd/coredump. - Apart from the - journalctl1 - log viewer, + The log entry and a backtrace are stored in the journal, and can be viewed with + journalctl1. coredumpctl1 - may be used to list and extract coredumps. + may be used to list and extract coredumps or load them in + gdb1. + -- cgit v1.2.3-54-g00ecf