]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/strchrnul.3: RETURN VALUE: Remove parenthetical
authorAlejandro Colomar <alx@kernel.org>
Wed, 25 Feb 2026 20:06:33 +0000 (21:06 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 25 Feb 2026 22:17:14 +0000 (23:17 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/strchrnul.3

index 3f0fbfdcbb3ee1b336ff64cdd06b36758f9d39d5..debf0520a3524aa1c1975b0faafc8f7e2e9e0f82 100644 (file)
@@ -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