diff --git a/pages/linux/journalctl.md b/pages/linux/journalctl.md index f0e252704..c1eefe149 100644 --- a/pages/linux/journalctl.md +++ b/pages/linux/journalctl.md @@ -2,23 +2,23 @@ > Query the systemd journal. -- Show all messages from this boot: +- Show all messages from this [b]oot: `journalctl -b` -- Show all messages from last boot: +- Show all messages from last [b]oot: `journalctl -b -1` -- Show all messages with priority level 3 (errors) from this boot: +- Show all messages with priority level 3 (errors) from this [b]oot: `journalctl -b --priority={{3}}` -- Follow new messages (like `tail -f` for traditional syslog): +- [f]ollow new messages (like `tail -f` for traditional syslog): `journalctl -f` -- Show all messages by a specific unit: +- Show all messages by a specific [u]nit: `journalctl -u {{unit}}`