]> err.no Git - util-linux/commitdiff
dmesg.1: formatting
authorPeter Breitenlohner <peb@mppmu.mpg.de>
Wed, 22 Jul 2009 09:17:15 +0000 (11:17 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Aug 2009 10:11:05 +0000 (12:11 +0200)
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
sys-utils/dmesg.1

index 33fd8b08bc9f502a2c167affd5d940cb567289e8..0cbc326fedd1379c4d2d6fe94e8fc113fecdc96a 100644 (file)
@@ -4,7 +4,13 @@
 .SH NAME
 dmesg \- print or control the kernel ring buffer
 .SH SYNOPSIS
-.BI "dmesg [ \-c ] [ -r ] [ \-n " level " ] [ \-s " bufsize " ]"
+.B dmesg
+.RB [ \-c ]
+.RB [ \-r ]
+.RB [ \-n
+.IR level ]
+.RB [ \-s
+.IR bufsize ]
 .SH DESCRIPTION
 .B dmesg
 is used to examine or control the kernel ring buffer.
@@ -25,7 +31,7 @@ Clear the ring buffer contents after printing.
 .B \-r
 Print the raw message buffer, i.e., don't strip the log level prefixes.
 .TP
-.BI \-s bufsize
+.BI \-s " bufsize"
 Use a buffer of size
 .I bufsize
 to query the kernel ring buffer.  This is 16392 by default.
@@ -34,7 +40,7 @@ at first, 8192 since 1.3.54, 16384 since 2.1.113.)
 If you have set the kernel buffer to be larger than the default
 then this option can be used to view the entire buffer.
 .TP
-.BI \-n level
+.BI \-n " level"
 Set the
 .I level
 at which logging of messages is done to the console.  For example,