Skip to content

Commit 9df6f0b

Browse files
authored
journalctl, dmesg: refer to each other (#19274)
1 parent 06a6fb8 commit 9df6f0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pages/linux/dmesg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# dmesg
22

33
> Write the kernel messages to `stdout`.
4+
> See also: `journalctl`.
45
> More information: <https://manned.org/dmesg>.
56
67
- Show kernel messages:

pages/linux/journalctl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# journalctl
22

33
> Query the systemd journal.
4+
> See also: `dmesg`.
45
> More information: <https://www.freedesktop.org/software/systemd/man/journalctl.html>.
56
67
- Show all messages with priority level 3 (errors) from this boot:

0 commit comments

Comments
 (0)