1
0
forked from bonsai/harakit

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

View File

@@ -37,12 +37,11 @@ the standard input.
.\"
.SH DIAGNOSTICS
In the event of a syntax error, the program will print an
In the event of an error, a debug message will be printed and the program will
exit with the appropriate
.BR sysexits.h (3)
error code.
error code; however, in the event of a syntax error, the program will print an
error message and continue accepting input.
.\"
.SH CAVEATS