diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 15:09:59 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 15:09:59 +0000 |
commit | 12a1a9e79461d12377c6f8d8b347ccb23cbea15e (patch) | |
tree | 620e68e6295f513c7a14b6442f41cdfce8de42eb /man3/index.3 | |
parent | b9bc5c22a593075b6a6e469f01bc2ab0fb583fcd (diff) |
Added FIXME relating to SUSv4 chhanges
Diffstat (limited to 'man3/index.3')
-rw-r--r-- | man3/index.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/index.3 b/man3/index.3 index 9a3e16c9..335003c2 100644 --- a/man3/index.3 +++ b/man3/index.3 @@ -59,6 +59,7 @@ functions return a pointer to the matched character or NULL if the character is not found. .SH "CONFORMING TO" 4.3BSD; marked as LEGACY in POSIX.1-2001. +.\" FIXME . Mar 08: The next POSIX.1 revision removes index() and rindex(). .SH "SEE ALSO" .BR memchr (3), .BR strchr (3), |