misc: fix spelling issues

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2019-09-12 22:27:58 +01:00
parent 21194d2e4a
commit b96c6c14d2
No known key found for this signature in database
GPG key ID: 0D46FEF7E61DBB46
3 changed files with 4 additions and 4 deletions

View file

@ -156,7 +156,7 @@ printed.
.TP .TP
\fB\-\-color\fR=\fIwhen\fR \fB\-\-color\fR=\fIwhen\fR
Use yellow for warning, red for critical, green for suppressed by \-\-minsize Use yellow for warning, red for critical, green for suppressed by \-\-minsize
and blue when \-\-snet\-alarms is the cause of supression or shared network and blue when \-\-snet\-alarms is the cause of suppression or shared network
does not have any ranges. The does not have any ranges. The
.I when .I when
string can be string can be
@ -183,7 +183,7 @@ can be one of the following:
.IR minsize , .IR minsize ,
or or
.IR suppressed . .IR suppressed .
The skipping criterias are exact match with colors in \-\-color option. The skipping criteria is exact match with colors in \-\-color option.
.TP .TP
\fB\-\-warning\fR=\fIpercent\fR \fB\-\-warning\fR=\fIpercent\fR
Turn on alarm output format, and specify percentage number which will Turn on alarm output format, and specify percentage number which will

View file

@ -34,7 +34,7 @@ Sum of all ranges:
name max cur percent touch t+c t+c perc name max cur percent touch t+c t+c perc
All networks 100 43 43.000 0 43 43.000 All networks 100 43 43.000 0 43 43.000
0 0
== maxium == == maximum ==
Ranges: Ranges:
shared net name first ip last ip max cur percent touch t+c t+c perc shared net name first ip last ip max cur percent touch t+c t+c perc
All networks 10.4.0.1 - 10.4.0.20 20 5 25.000 0 5 25.000 All networks 10.4.0.1 - 10.4.0.20 20 5 25.000 0 5 25.000

View file

@ -20,7 +20,7 @@ dhcpd-pools --config $top_srcdir/tests/confs/complete --leases $top_srcdir/tests
echo $? >> tests/outputs/$IAM-too echo $? >> tests/outputs/$IAM-too
cat tests/outputs/$IAM-too >> tests/outputs/$IAM cat tests/outputs/$IAM-too >> tests/outputs/$IAM
echo '== maxium ==' >> tests/outputs/$IAM echo '== maximum ==' >> tests/outputs/$IAM
dhcpd-pools --config $top_srcdir/tests/confs/complete --leases $top_srcdir/tests/leases/complete \ dhcpd-pools --config $top_srcdir/tests/confs/complete --leases $top_srcdir/tests/leases/complete \
--sort=m --output=tests/outputs/$IAM-too --sort=m --output=tests/outputs/$IAM-too
echo $? >> tests/outputs/$IAM-too echo $? >> tests/outputs/$IAM-too