1
0
forked from bonsai/harakit

docs: remove unnecessary references to the name of each program

This commit is contained in:
2024-03-26 19:22:30 -06:00
parent cf76fa94e6
commit 63a0c683f9
11 changed files with 129 additions and 106 deletions

View File

@@ -19,7 +19,7 @@ intcmp
.SH DESCRIPTION
Intcmp compares integers.
Compare integers.
.SH USAGE
@@ -55,10 +55,11 @@ equivalent to evaluating “1 < 2 < 3”:
.SH DIAGNOSTICS
Intcmp exits 0 for a valid expression and 1 for an invalid expression.
The program will exit with a status code of 0 for a valid expression and with a
code of 1 for an invalid expression.
Intcmp prints a debug message and exits with the appropriate sysexits.h(3) error
code in the event of an error.
In the event of an error, a debug message will be printed and the program will
exit with the appropriate sysexits.h(3) error code.
.SH BUGS
@@ -78,7 +79,7 @@ The traditional tool for integer comparisons in POSIX and other Unix shells has
been test(1). This tool also handles string comparisons and file scrutiny.
These parts of its functionality have been broken out into multiple utilities.
Strcmps functionality may be performed on a POSIX-compliant system with
This programs functionality may be performed on a POSIX-compliant system with
test(1p).
.SH AUTHOR