From 5b72a11386773ad7712c5050a6c72626083a5b2e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 3 Jan 2021 20:50:04 +0100 Subject: [PATCH] string.3: tfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Pádraig Brady Signed-off-by: Michael Kerrisk --- man3/string.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/string.3 b/man3/string.3 index 9422f44d5..ab4cc3ce7 100644 --- a/man3/string.3 +++ b/man3/string.3 @@ -206,7 +206,7 @@ The string functions perform operations on null-terminated strings. See the individual man pages for descriptions of each function. .SH SEE ALSO -.BR bstring (3) +.BR bstring (3), .BR index (3), .BR rindex (3), .BR stpcpy (3),