mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
docs: fix spelling mistakes in manual page
Also quote dashes used in EXAMPLEs section. Reported-by: Helmut Grohne <h.grohne@cygnusnetworks.de> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
5ee1aca2b9
commit
327b601ea4
1 changed files with 5 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ Text
|
||||||
.RI ( t ).
|
.RI ( t ).
|
||||||
Standard html
|
Standard html
|
||||||
.RI ( h )
|
.RI ( h )
|
||||||
outputs only the HTML tables, and is useful for embeding more complex web
|
outputs only the HTML tables, and is useful for embedding more complex web
|
||||||
pages. Full-html
|
pages. Full-html
|
||||||
.RI ( H )
|
.RI ( H )
|
||||||
provides complete HTML headers, etc., including in-line CSS. The
|
provides complete HTML headers, etc., including in-line CSS. The
|
||||||
|
|
@ -138,7 +138,7 @@ for example
|
||||||
.IR \-L10 .
|
.IR \-L10 .
|
||||||
To monitor shared network only the limit would be
|
To monitor shared network only the limit would be
|
||||||
.IR \-L20 .
|
.IR \-L20 .
|
||||||
If warning percentage is not speficied it defaults to
|
If warning percentage is not specified it defaults to
|
||||||
.BR @ALARM_WARN@ .
|
.BR @ALARM_WARN@ .
|
||||||
The
|
The
|
||||||
.I percent
|
.I percent
|
||||||
|
|
@ -159,19 +159,19 @@ Print help to standard output and exit successfully.
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
.TP
|
.TP
|
||||||
Print ranges header, and analysis.
|
Print ranges header, and analysis.
|
||||||
$ dhcpd-pools -L 11 -c dhcpd.conf -l dhcpd.leases
|
$ dhcpd-pools \-L 11 \-c dhcpd.conf \-l dhcpd.leases
|
||||||
.br
|
.br
|
||||||
Ranges:
|
Ranges:
|
||||||
.br
|
.br
|
||||||
shared net name [...]
|
shared net name [...]
|
||||||
.TP
|
.TP
|
||||||
Print shared networks and totals, both headers and results
|
Print shared networks and totals, both headers and results
|
||||||
$ dhcpd-pools -L 66 -c dhcpd.conf -l dhcpd.leases shared net name
|
$ dhcpd-pools \-L 66 \-c dhcpd.conf \-l dhcpd.leases shared net name
|
||||||
.br
|
.br
|
||||||
[...]
|
[...]
|
||||||
.TP
|
.TP
|
||||||
Alarming
|
Alarming
|
||||||
$ dhcpd-pools -c dhcpd.conf -l dhcpd.leases --critical 80.1 --warning 75
|
$ dhcpd-pools \-c dhcpd.conf \-l dhcpd.leases \-\-critical 80.1 \-\-warning 75
|
||||||
.br
|
.br
|
||||||
CRITICAL: dhcpd-pools: Ranges; crit: 14 warn: 22 ok: 220 Shared nets; crit: 1 warn: 0 ok: 4
|
CRITICAL: dhcpd-pools: Ranges; crit: 14 warn: 22 ok: 220 Shared nets; crit: 1 warn: 0 ok: 4
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue