From 74fda19ea3fb11f604d566c8c93f5b8e892c6413 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 22 Jul 2009 11:17:15 +0200 Subject: [PATCH] dmesg.1: formatting Signed-off-by: Peter Breitenlohner --- sys-utils/dmesg.1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/sys-utils/dmesg.1 b/sys-utils/dmesg.1 index 33fd8b08..0cbc326f 100644 --- a/sys-utils/dmesg.1 +++ b/sys-utils/dmesg.1 @@ -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, -- 2.39.5