From: Alejandro Colomar Date: Wed, 25 Feb 2026 20:06:33 +0000 (+0100) Subject: man/man3/strchrnul.3: RETURN VALUE: Remove parenthetical X-Git-Tag: man-pages-6.18~56^2~18 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bcbe850bbd06384fce71c41c0da62ece67816eee;p=thirdparty%2Fman-pages.git man/man3/strchrnul.3: RETURN VALUE: Remove parenthetical Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/strchrnul.3 b/man/man3/strchrnul.3 index 3f0fbfdcb..debf0520a 100644 --- a/man/man3/strchrnul.3 +++ b/man/man3/strchrnul.3 @@ -34,8 +34,6 @@ The function returns a pointer to the matched character, or a pointer to the null byte at the end of .I s -(i.e., -.IR strnul(s) ) if the character is not found. .SH ATTRIBUTES For an explanation of the terms used in this section, see