]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
dmesg: fix indentation in man page
authorPlaton Pronko <platon7pronko@gmail.com>
Fri, 11 Jun 2021 18:20:58 +0000 (21:20 +0300)
committerPlaton Pronko <platon7pronko@gmail.com>
Fri, 11 Jun 2021 18:23:59 +0000 (21:23 +0300)
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.

sys-utils/dmesg.1.adoc

index 44bbeb219aa0ce4c971a3736ad2b2f4b50f79fb9..b45d57a46d2f96658136e97934a0d4320b68aa3a 100644 (file)
@@ -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