diff options
author | Bruno Haible <bruno@clisp.org> | 2008-01-20 00:09:59 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-01-20 00:09:59 +0100 |
commit | 2b6c08c775ae4e80b52aa41058ea5939f778b44b (patch) | |
tree | ac9d11e47616b23a9c4feb5e5a19468008b8a770 /doc/posix-functions/strrchr.texi | |
parent | e606e4f86f58f108829f84777e565eebd0a467e7 (diff) | |
download | gnulib-2b6c08c775ae4e80b52aa41058ea5939f778b44b.tar.gz |
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Diffstat (limited to 'doc/posix-functions/strrchr.texi')
-rw-r--r-- | doc/posix-functions/strrchr.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/posix-functions/strrchr.texi b/doc/posix-functions/strrchr.texi new file mode 100644 index 0000000000..f014fb6d07 --- /dev/null +++ b/doc/posix-functions/strrchr.texi @@ -0,0 +1,19 @@ +@node strrchr +@section @code{strrchr} +@findex strrchr + +POSIX specification: @url{http://www.opengroup.org/susv3xsh/strrchr.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function cannot work correctly on character strings in some multibyte +locales. Gnulib provides an alternative function @code{mbsrchr} that works +on character strings in all locales. +@end itemize |