aboutsummaryrefslogtreecommitdiffstats
diff options
authorAlejandro Colomar <alx@kernel.org>2026-02-25 21:06:33 +0100
committerAlejandro Colomar <alx@kernel.org>2026-02-25 23:17:14 +0100
commitbcbe850bbd06384fce71c41c0da62ece67816eee (patch)
treeade2254cbd4836dc733b4b69d051149afaceff61
parent3221722fe0858eed1fcb412f943d615d2bc26579 (diff)
downloadman-pages-bcbe850bbd06384fce71c41c0da62ece67816eee.tar.gz
man/man3/strchrnul.3: RETURN VALUE: Remove parenthetical
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man3/strchrnul.32
1 files changed, 0 insertions, 2 deletions
diff --git a/man/man3/strchrnul.3 b/man/man3/strchrnul.3
index 3f0fbfdcbb..debf0520a3 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