summaryrefslogtreecommitdiff
path: root/man/systemd-coredumpctl.xml
Commit message (Collapse)AuthorAge
* coredump: coredumpctl is so useful now, make it a first-class citizenLennart Poettering2014-06-19
| | | | | Drop the "systemd-" prefix, renaming it from "systemd-coredumpctl" to "coredumpctl".
* man: xinclude --help/--version/--no-pagerZbigniew Jędrzejewski-Szmek2014-02-20
|
* doc: resolve missing/extraneous words or inappropriate formsJan Engelhardt2014-02-17
| | | | | | | | Issues fixed: * missing words required by grammar * duplicated or extraneous words * inappropriate forms (e.g. singular/plural), and declinations * orthographic misspellings
* man: replace STDOUT with standard output, etc.Zbigniew Jędrzejewski-Szmek2014-02-14
| | | | | | | | | Actually 'STDOUT' is something that doesn't appear anywhere: in the stdlib we have 'stdin', and there's only the constant STDOUT_FILENO, so there's no reason to use capitals. When refering to code, STDOUT/STDOUT/STDERR are replaced with stdin/stdout/stderr, and in other places they are replaced with normal phrases like standard output, etc.
* man: fix grammatical errors and other formatting issuesJason St. John2014-02-14
| | | | | | | * standardize capitalization of STDIN, STDOUT, and STDERR * reword some sentences for clarity * reflow some very long lines to be shorter than ~80 characters * add some missing <literal>, <constant>, <varname>, <option>, and <filename> tags
* man: improvements to comma placementJan Engelhardt2013-12-25
| | | | | This is a recurring submission and includes corrections to: comma placement.
* replace tabs with spaces in various filesJason St. John2013-07-02
| | | | | | | | The affected files in this patch had inconsistent use of tabs vs. spaces for indentation, and this patch eliminates the stray tabs. Also, the opening brace of sigchld_hdl() in activate.c was moved so the opening braces are consistent throughout the file.
* build-sys: build and install systemd-coredumpctl conditionallyMichael Biebl2013-03-04
| | | | | If coredump support is disabled via --disable-coredump, do not build and install the systemd-coredumpctl binary and man page.
* man: Make options consistentWilliam Giokas2013-02-13
| | | | | | | Option listings seemed to be pretty much random, some were short opt, long opt, others were long opt, short opt. This just makes every option with a short and long opt that I could find in the order short opt, long opt, for formatting's sake.
* man: docbook consitency fixesZbigniew Jędrzejewski-Szmek2013-01-26
| | | | | Use proper (or at least more proper) docbook tags for various fields. This should help with automatic parsing of the documentation.
* man: fix docbook in systemd-coredumpctl(1)Zbigniew Jędrzejewski-Szmek2012-12-01
|
* man: typo fixes for new files in 195Thomas Hindoe Paaboel Andersen2012-11-06
|
* coredumpctl: add --field/-F optionZbigniew Jędrzejewski-Szmek2012-10-30
| | | | Useful for completion generation.
* coredumpctl: add --no-legend optionZbigniew Jędrzejewski-Szmek2012-10-30
| | | | Useful for completion generation.
* coredumpctl: add 'gdb' verb to start gdb right-away on a collected coredumpLennart Poettering2012-10-27
|
* journal: add tool to extract coredumpsZbigniew Jędrzejewski-Szmek2012-10-19
'systemd-coredumpctl' will list available coredumps: PID UID GID sig exe 32452 500 500 11 /home/zbyszek/systemd/build/journalctl 32666 500 500 11 /usr/lib64/valgrind/memcheck-amd64-linux ... 'systemd-coredumpctl dump PID' will write the coredump to specified file or stdout.