diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-04-20 21:54:59 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-04-20 21:54:59 +0200 |
commit | 94d82b59807488343bd206ba8f111d24ff17d9c1 (patch) | |
tree | 7df4d9d1e1f45ad8d82bbcee498a4e415dd06761 /docs/COREDUMP.md | |
parent | Revert "getty-generator: Use device hotplug to instantiate virtualizer consoles" (diff) | |
download | systemd-94d82b59807488343bd206ba8f111d24ff17d9c1.tar.xz systemd-94d82b59807488343bd206ba8f111d24ff17d9c1.zip |
tree-wide: code spelling fixes
As reported by Fossies.
Diffstat (limited to 'docs/COREDUMP.md')
-rw-r--r-- | docs/COREDUMP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COREDUMP.md b/docs/COREDUMP.md index 7d17d3069e..c64579e2fd 100644 --- a/docs/COREDUMP.md +++ b/docs/COREDUMP.md @@ -70,7 +70,7 @@ management and sandboxing. The `systemd-coredump` handler will extract a backtrace and [ELF packaging metadata](https://systemd.io/ELF_PACKAGE_METADATA) from any coredumps it -receieves and log both. The information about coredumps stored in the journal +receives and log both. The information about coredumps stored in the journal can be enumerated and queried with the [`coredumpctl`](https://www.freedesktop.org/software/systemd/man/coredumpctl.html) tool, for example for directly invoking a debugger such as `gdb` on a collected |