diff options
| author | Alejandro Colomar <alx@kernel.org> | 2026-02-25 21:06:33 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2026-02-25 23:17:14 +0100 |
| commit | bcbe850bbd06384fce71c41c0da62ece67816eee (patch) | |
| tree | ade2254cbd4836dc733b4b69d051149afaceff61 | |
| parent | 3221722fe0858eed1fcb412f943d615d2bc26579 (diff) | |
| download | man-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.3 | 2 |
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 |
