]> git.ipfire.org Git - thirdparty/util-linux.git/commit
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)
commit8153ca8eeeef6d7ae88a51ea6c18c956ffbe2986
tree93b6955eef7aebbe7f47c73b1a7e22bb95a1a1ca
parent1e881378d6674abaae5a929f7deff39bb3405c3b
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.
sys-utils/dmesg.1.adoc