From a1902df50351218bbad093cbdee9e27aa1054611 Mon Sep 17 00:00:00 2001 From: emma Date: Tue, 26 Mar 2024 23:50:16 -0600 Subject: [PATCH] strcmp.1: Unicode is a proper noun --- docs/strcmp.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strcmp.1 b/docs/strcmp.1 index c2103dd..48681c6 100644 --- a/docs/strcmp.1 +++ b/docs/strcmp.1 @@ -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