From 88f475ae876fb3a252011b418bba64061a61e252 Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Wed, 21 Oct 2020 00:02:19 +0100 Subject: [PATCH] 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. --- sheets/dmesg | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sheets/dmesg b/sheets/dmesg index 94a2527..f05150a 100644 --- a/sheets/dmesg +++ b/sheets/dmesg @@ -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 -