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.
This commit is contained in:
Platon Pronko 2021-06-11 21:20:58 +03:00
parent 1e881378d6
commit 8153ca8eee
1 changed files with 6 additions and 6 deletions

View 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