Revert doc, suggested by Bruno.
authorSimon Josefsson <simon@josefsson.org>
Fri, 12 Nov 2004 16:18:49 +0000 (16:18 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 12 Nov 2004 16:18:49 +0000 (16:18 +0000)
lib/strtok_r.c

index 83064a3eb1a78d13c39e27c3515b4d827c87638c..e9c143e5887df731a2051668d7e47ede5979b6ec 100644 (file)
@@ -49,7 +49,7 @@
    Caveat: These functions cannot be used on constant strings.
    Caveat: The identity of the delimiting character is lost.
    Caveat: It doesn't work with multibyte strings unless all of the delimiter
-           characters are ASCII characters < 0x80.
+           characters are ASCII characters < 0x30.
 
    See also strsep().
 */