From 2ce5c85ed065b37eb3c759877f3a287dd032c716 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Fri, 4 Dec 2009 09:20:20 +0000 Subject: [PATCH] Add a missing word to a sentence in the return values section. --- lib/libc/string/strcmp.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3 index 1e13ed8b5967..74d1a5c4d18d 100644 --- a/lib/libc/string/strcmp.3 +++ b/lib/libc/string/strcmp.3 @@ -75,7 +75,7 @@ The .Fn strcmp and .Fn strncmp -return an integer greater than, equal to, or less than 0, according +functions return an integer greater than, equal to, or less than 0, according as the string .Fa s1 is greater than, equal to, or less than the string