From: Platon Pronko Date: Fri, 11 Jun 2021 18:20:58 +0000 (+0300) Subject: dmesg: fix indentation in man page X-Git-Tag: v2.38-rc1~461 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8153ca8eeeef6d7ae88a51ea6c18c956ffbe2986;p=thirdparty%2Futil-linux.git dmesg: fix indentation in man page Double-semicolon at the end of the option line results in description being indented extra tab to the right. Replacing them with double-colons allows all options to be displayed at the same indent level. --- diff --git a/sys-utils/dmesg.1.adoc b/sys-utils/dmesg.1.adoc index 44bbeb219a..b45d57a46d 100644 --- a/sys-utils/dmesg.1.adoc +++ b/sys-utils/dmesg.1.adoc @@ -126,22 +126,22 @@ Print timestamps using the given _format_, which can be *ctime*, *reltime*, *del + The *iso* format has the same issue as *ctime*: the time may be inaccurate when a system is suspended and resumed. -*-u*, *--userspace*;; +*-u*, *--userspace*:: Print userspace messages. -*-w*, *--follow*;; +*-w*, *--follow*:: Wait for new messages. This feature is supported only on systems with a readable _/dev/kmsg_ (since kernel 3.5.0). -*-W*, *--follow-new*;; +*-W*, *--follow-new*:: Wait and print only new messages. -*-x*, *--decode*;; +*-x*, *--decode*:: Decode facility and level (priority) numbers to human-readable prefixes. -*-V*, *--version*;; +*-V*, *--version*:: Display version information and exit. -*-h*, *--help*;; +*-h*, *--help*:: Display help text and exit. == COLORS