diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-19 22:43:41 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-19 22:43:41 +0200 |
| commit | e8377ca574a294319339d309fe55d0e39cc6e07d (patch) | |
| tree | b22749bddc539b1090a9dd7d5cea5ac76cc0c28b /man3 | |
| parent | 4a95bc02816dd660bf79bf10cbc0702525271c4d (diff) | |
| download | man-pages-e8377ca574a294319339d309fe55d0e39cc6e07d.tar.gz | |
strstr.3: srcfix: remove some ancient Linux libc details that were in comments
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/strstr.3 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/man3/strstr.3 b/man3/strstr.3 index b885df2a85..e655845462 100644 --- a/man3/strstr.3 +++ b/man3/strstr.3 @@ -84,18 +84,6 @@ POSIX.1-2001, POSIX.1-2008, C89, C99. The .BR strcasestr () function is a nonstandard extension. -.\" .SH BUGS -.\" Early versions of Linux libc (like 4.5.26) would not allow -.\" an empty -.\" .I needle -.\" argument for -.\" .BR strstr (). -.\" Later versions (like 4.6.27) work correctly, -.\" and return -.\" .IR haystack -.\" when -.\" .I needle -.\" is empty. .SH SEE ALSO .BR index (3), .BR memchr (3), |
