fop.1: removes Unicode representation of RS; hru.1: removes erroneous line break; mm.1: formatting & grammar; npc.1: dollar sign, not currency sign; rpn.1: syntax error; scrut.1: move description to DESCRIPTION; str.1: comma; swab.1: wording & escape codes; true.1: formatting

This commit is contained in:
2024-06-05 23:07:15 -06:00
parent 526185c2c3
commit 8ce7890124
9 changed files with 22 additions and 26 deletions
+3 -4
View File
@@ -15,7 +15,9 @@ scrut
.\"
.SH DESCRIPTION
Determine if files comply with requirements.
Determine if files comply with requirements. If the given files comply with the
specified requirements, the program will exit successfully. Otherwise, it exits
unsuccessfully.
.\"
.SH OPTIONS
@@ -50,9 +52,6 @@ Requires the given files to exist and be executable.
.\"
.SH DIAGNOSTICS
If the given files comply with the specified requirements, the program will exit
successfully. If not, it exits unsuccessfully.
When invoked incorrectly, a debug message will be printed and the program will
exit with the appropriate
.BR sysexits.h (3)