X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-coredumpctl.xml;h=53b82ed277bb753ca4786805f44299d1564aa805;hp=378d40fa1396d19358615bf454a4a9ea6cb68f08;hb=7871c8e9327e4e5b18de9d8081b0f32fa38c2c1f;hpb=5de0409e54580b1e8929d9e09f970dfe339cec7b diff --git a/man/systemd-coredumpctl.xml b/man/systemd-coredumpctl.xml index 378d40fa1..53b82ed27 100644 --- a/man/systemd-coredumpctl.xml +++ b/man/systemd-coredumpctl.xml @@ -49,7 +49,10 @@ - systemd-coredumpctl OPTIONS COMMAND PID|COMM|EXE|MATCH + systemd-coredumpctl + OPTIONS + COMMAND + PID|COMM|EXE|MATCH @@ -82,6 +85,16 @@ string and exit. + + + + + Print all possible + data values the specified field + takes in matching coredump entries of the + journal. + + @@ -98,6 +111,13 @@ pager. + + + + Do not print the column headers. + + + The following commands are understood: @@ -121,6 +141,16 @@ + + + gdb + + Invoke the GNU + debugger on the last coredump matching + specified characteristics. + + + @@ -171,7 +201,7 @@ Exit status On success 0 is returned, a non-zero failure - code otherwise. Not finding any mathing coredumps is treated + code otherwise. Not finding any matching coredumps is treated as failure. @@ -179,7 +209,8 @@ See Also - systemd-journald.service8 + systemd-journald.service8, + gdb1