Add header stuff to dmesg & tweak other text

When I can't get an 'official' short description from a package,
directly, I get it from the executable's related man(1) page.
pull/118/head
terminalforlife 4 years ago
parent a223bfcd4a
commit 88f475ae87

@ -1,12 +1,15 @@
# Clear dmesg Buffer Logs
# dmesg
# Print or control the kernel ring buffer
# Print the ring buffer contents, then clear it.
dmesg -c
# Display the local time and the delta in human-readable format. Conversion to the local time could be inaccurate
# Display the local time and the delta in human-readable format. Conversion to
# the local time could be inaccurate.
dmesg -e
# Print human-readable timestamps.
dmesg -T
# Human-readable output (color + reltime)
# Human-readable output (color + reltime).
dmesg -H

Loading…
Cancel
Save