From bdd621e80ff591ee13f714d014c0837025649add Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Sat, 5 Oct 2013 14:46:05 +1000 Subject: man page corrections (lintianisation) + spelling: * hyphen-used-as-minus-sign * spelling-error-in-binary usr/bin/bmon childs children --- man/bmon.8 | 24 ++++++++++++------------ src/out_format.c | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/man/bmon.8 b/man/bmon.8 index c7465fb..3d81187 100644 --- a/man/bmon.8 +++ b/man/bmon.8 @@ -17,24 +17,24 @@ interface and a programmable text output for scripting. .SH "OPTIONS" .PP -\fB -h\fR, \fB\-\-help\fR +\fB \-h\fR, \fB\-\-help\fR .RS 4 Prints a short help text and exits\&. .RE .PP -\fB -V\fR, \fB\-\-version\fR +\fB \-V\fR, \fB\-\-version\fR .RS 4 Prints the versioning identifier and exits\&. .RE .PP -\fB -i\fR, \fB\-\-input=\fRMODULE[:OPTIONS][,MODULE...] +\fB \-i\fR, \fB\-\-input=\fRMODULE[:OPTIONS][,MODULE...] .RS 4 Set list of input modules to load and use. Multiple modules can be used in parallel. bmon automatically loads a useful and working input module by default. See INPUT MODULES for more details. .RE .PP -\fB -o\fR, \fB\-\-ouptut\fRMODULE[:OPTIONS][,MODULE...] +\fB \-o\fR, \fB\-\-ouptut\fRMODULE[:OPTIONS][,MODULE...] .RS 4 Set list of output modules to load and use. Multiple modules can be used in parallel. By default, bmon will use the curses output mode, if that is @@ -42,40 +42,40 @@ not available due to an incompatible console it will fall back to a simple text mode. See OUTPUT MODULES for more details. .RE .PP -\fB -U\fR, \fB\-\-use\-si\fR +\fB \-U\fR, \fB\-\-use\-si\fR .RS 4 Use SI unit system instead of 1KB = 1'024 bytes. .RE .PP -\fB -f\fR, \fB\-\-configfile=\fRFILE +\fB \-f\fR, \fB\-\-configfile=\fRFILE .RS 4 Set alternative path to configuration file. .RE .PP -\fB -p\fR, \fB\-\-policy=\fRPOLICY +\fB \-p\fR, \fB\-\-policy=\fRPOLICY .RS 4 Set policy defining which network interfaces to display. See INTERFACE SELECTION for more details. .RE .PP -\fB -a\fR, \fB\-\-show\-all=\fR +\fB \-a\fR, \fB\-\-show\-all=\fR .RS 4 Display all interfaces, even interface that are administratively down. .RE .PP -\fB -r\fR, \fB\-\-read\-interval=\fRFLOAT +\fB \-r\fR, \fB\-\-read\-interval=\fRFLOAT .RS 4 Set interval in seconds in which input modules read statistics from their source. The default is 1.0 seconds. .RE .PP -\fB -R\fR, \fB\-\-rate\-interval=\fRFLOAT +\fB \-R\fR, \fB\-\-rate\-interval=\fRFLOAT .RS 4 Set interval in seconds in which the rate per counter is calculated. The default is 1.0 seconds. .RE .PP -\fB -L\fR, \fB\-\-lifetime=\fRFLOAT +\fB \-L\fR, \fB\-\-lifetime=\fRFLOAT .RS 4 Set lifetime of an element in seconds before it is no longer displayed without receiving any statistical updates. The default is 30 seconds. @@ -180,7 +180,7 @@ module: .PP .RS 4 -bmon -i module:help +bmon \-i module:help .RE .SH "INTERFACE SELECTION" diff --git a/src/out_format.c b/src/out_format.c index e373b81..bfe29a5 100644 --- a/src/out_format.c +++ b/src/out_format.c @@ -313,7 +313,7 @@ static void print_help(void) " :rxusage RX usage in percent\n" \ " :txusage TX usage in percent)\n" \ " :id ID of element\n" \ - " :haschilds Indicate if element has childs (0|1)\n" \ + " :haschilds Indicate if element has children (0|1)\n" \ " attr:rx: RX counter of attribute \n" \ " :tx: TX counter of attribute \n" \ " :rxrate: RX rate of attribute \n" \ -- cgit v1.2.3