diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-24 02:22:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-24 02:22:57 +0200 |
commit | 08cb4bdd70309c5d8e56e0469358c53f49079b74 (patch) | |
tree | b95e5a1a5153bfc9cb922ce0841678b4ba006a40 | |
parent | a6fb0dc138d4e7895f8e607493279dbe4df117a1 (diff) |
man: minor addition to coredumpctl example
-rw-r--r-- | man/coredumpctl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 03552b7d19..ed84621d37 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -223,7 +223,7 @@ </example> <example> - <title>Show information about a process that dumped core</title> + <title>Show information about a process that dumped core, matching by its PID 6654</title> <programlisting># coredumpctl info 6654</programlisting> </example> |