From 616617ddf72cd2deeef6161f2dd88637e32f7eb5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 6 Jul 2020 12:54:47 +0200 Subject: [PATCH] strcmp.3: tfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- man3/strcmp.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/strcmp.3 b/man3/strcmp.3 index 9305c603ff..474eff2ea8 100644 --- a/man3/strcmp.3 +++ b/man3/strcmp.3 @@ -69,7 +69,7 @@ is less than a positive value if .I s1 is greater than -.IR s2 ; +.IR s2 . .PP The .BR strncmp () -- 2.47.2