strcmp.1: Unicode is a proper noun

This commit is contained in:
Emma Tebibyte 2024-03-26 23:50:16 -06:00
parent 63a0c683f9
commit a1902df503
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -37,7 +37,7 @@ exit with the appropriate sysexits.h(3) error code.
.SH UNICODE
The program will exit unsuccessfully if the given strings are not identical;
therefore, unicode strings may need to be normalized if the intent is to check
therefore, Unicode strings may need to be normalized if the intent is to check
visual similarity and not byte similarity.
.SH RATIONALE