readme prettification

This commit is contained in:
anon
2023-06-12 15:40:57 +02:00
parent 0d60fb0377
commit 3a14a03f3a

@ -30,5 +30,4 @@ Implemented as a header only library.
**optstring:** Complies with GNU getopt's optstring. That is:
optstring is a string containing the legitimate option characters. A legitimate option character is any visible one byte ascii(7) character (for which isgraph(3) would return nonzero) that is not '-', ':', or ';'. If such a character is followed by a colon, the option requires an argument [...] Two colons mean an option takes an optional arg [...]
*optstring is a string containing the legitimate option characters. A legitimate option character is any visible one byte ascii(7) character (for which isgraph(3) would return nonzero) that is not '-', ':', or ';'. If such a character is followed by a colon, the option requires an argument [...] Two colons mean an option takes an optional arg [...]*