diff options
author | ru <ru@FreeBSD.org> | 2001-02-26 13:23:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-26 13:23:47 +0000 |
commit | 3ff23f918dd67299ef3b436b8d11a7f00478b44a (patch) | |
tree | 17d2b7bbd0f315d0b73e7641b0272bcca335cc9f /lib/libc/string/strsep.3 | |
parent | de6017833f3b6211a63c635f199de7f71f9ca4df (diff) | |
download | FreeBSD-src-3ff23f918dd67299ef3b436b8d11a7f00478b44a.zip FreeBSD-src-3ff23f918dd67299ef3b436b8d11a7f00478b44a.tar.gz |
.St -ansiC -> .St -isoC
Diffstat (limited to 'lib/libc/string/strsep.3')
-rw-r--r-- | lib/libc/string/strsep.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3 index bc945f7..e0fe124 100644 --- a/lib/libc/string/strsep.3 +++ b/lib/libc/string/strsep.3 @@ -111,7 +111,7 @@ function. While the .Fn strtok function should be preferred for portability reasons (it conforms to -.St -ansiC ) +.St -isoC ) it is unable to handle empty fields, i.e. detect fields delimited by two adjacent delimiter characters, or to be used for more than a single string at a time. |