1
0
forked from bonsai/harakit

docs: formatting

This commit is contained in:
2024-06-04 16:11:33 -06:00
parent 896b251434
commit f4cad598c4
8 changed files with 57 additions and 44 deletions

View File

@@ -31,14 +31,17 @@ An empty string will cause an unsuccessful exit as none of its contents pass any
tests.
When invoked incorrectly, a debug message will be printed and the program will
exit with the appropriate sysexits.h(3) error code.
exit with the appropriate
.BR sysexits.h (3)
error code.
.\"
.SH CAVEATS
Theres no way of knowing which argument failed the test without re-testing
There\(cqs no way of knowing which argument failed the test without re-testing
arguments individually.
If a character in a string isn't valid ASCII str will exit unsuccessfully.
If a character in a string isn\(cqt valid ASCII the program will exit
unsuccessfully.
.\"
.SH AUTHOR
@@ -48,7 +51,7 @@ Written by DTB
.\"
.SH COPYRIGHT
Copyright © 2023 DTB. License AGPLv3+: GNU AGPL version 3 or later
Copyright \(co 2023 DTB. License AGPLv3+: GNU AGPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
.\"
.SH SEE ALSO