intcmp.1: bold
This commit is contained in:
parent
59eee27979
commit
e38dcc09b1
@ -28,19 +28,23 @@ Permits a given integer to be less than the following integer.
|
|||||||
.\"
|
.\"
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
|
|
||||||
It may help to think of the -e, -g, and -l options as equivalent to the
|
It may help to think of the
|
||||||
infix algebraic \(lq=\(rq, \(lq>\(rq, and \(lq<\(rq operators respectively, with
|
.BR -e ,
|
||||||
each option putting its symbol between every given integer. The following
|
.BR -g ,
|
||||||
example is equivalent to evaluating \(lq1 < 2 < 3\(rq:
|
and
|
||||||
|
.B -l
|
||||||
|
options as equivalent to the infix algebraic \(lq=\(rq, \(lq>\(rq, and \(lq<\(rq
|
||||||
|
operators respectively, with each option putting its symbol between every given
|
||||||
|
integer. The following example is equivalent to evaluating \(lq1 < 2 < 3\(rq:
|
||||||
\"
|
\"
|
||||||
.RS
|
.RS
|
||||||
.R intcmp -l 1 2 3
|
intcmp -l 1 2 3
|
||||||
.RE
|
.RE
|
||||||
.\"
|
.\"
|
||||||
.SH DIAGNOSTICS
|
.SH DIAGNOSTICS
|
||||||
|
|
||||||
The program will exit with a status code of 0 for a valid expression and with a
|
The program will exit with a successfully for a valid expression and with an
|
||||||
code of 1 for an invalid expression.
|
error code of 1 for an invalid expression.
|
||||||
|
|
||||||
In the event of an error, a debug message will be printed and the program will
|
In the event of an error, a debug message will be printed and the program will
|
||||||
exit with the appropriate
|
exit with the appropriate
|
||||||