diff options
author | wblock <wblock@FreeBSD.org> | 2016-01-22 20:36:03 +0000 |
---|---|---|
committer | wblock <wblock@FreeBSD.org> | 2016-01-22 20:36:03 +0000 |
commit | f86fec2e86a50bc17e6d9b3216cfbf1a0acbb338 (patch) | |
tree | 43d902129bb78a05fb73212099382b3850d063a0 /lib/libc | |
parent | f011d9b5bd7f219f18fd8782f7c6b2debd1b182b (diff) | |
download | FreeBSD-src-f86fec2e86a50bc17e6d9b3216cfbf1a0acbb338.zip FreeBSD-src-f86fec2e86a50bc17e6d9b3216cfbf1a0acbb338.tar.gz |
Add a standards compliance note for strtok_r as suggested by cpercival.
Reviewed by: cpercival
MFC after: 1 week
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strtok.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 78c2265..837064b 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -44,7 +44,7 @@ .\" @(#)strtok.3 8.2 (Berkeley) 2/3/94 .\" $FreeBSD$ .\" -.Dd November 27, 1998 +.Dd January 22, 2016 .Dt STRTOK 3 .Os .Sh NAME @@ -149,6 +149,11 @@ The function conforms to .St -isoC . +The +.Fn strtok_r +function +conforms to +.St -p1003.1-2001 . .Sh AUTHORS .An Wes Peters Aq Mt wes@softweyr.com , Softweyr LLC |