core.5: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-25 16:21:59 +02:00
parent 404fb8d3fe
commit dc4674ac40
1 changed files with 2 additions and 2 deletions

View File

@ -454,7 +454,7 @@ To do this,
.BR systemd (1) .BR systemd (1)
employs the employs the
.I core_pattern .I core_pattern
feature that allows piping core dumps to a file. feature that allows piping core dumps to a program.
One can verify this by checking whether core dumps are being piped to the One can verify this by checking whether core dumps are being piped to the
.BR systemd-coredump (8) .BR systemd-coredump (8)
program: program:
@ -499,7 +499,7 @@ allow a specified coredump file to be pulled from the
location into a specified file. location into a specified file.
For example, to extract the core dump for PID 2955 shown above to a file named For example, to extract the core dump for PID 2955 shown above to a file named
.IR core .IR core
in the current directory, one coud use: in the current directory, one could use:
.PP .PP
.in +4n .in +4n
.EX .EX