diff options
| author | Warren Block <wblock@FreeBSD.org> | 2016-01-22 20:36:03 +0000 |
|---|---|---|
| committer | Warren Block <wblock@FreeBSD.org> | 2016-01-22 20:36:03 +0000 |
| commit | c18d8171a6e65ad9237f2c4ad5d5571aabbf0f3c (patch) | |
| tree | 43d902129bb78a05fb73212099382b3850d063a0 | |
| parent | 6adf19481cc0dc5463b546d74c96de80eeaa1333 (diff) | |
Notes
| -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 78c22655d4ac..837064ba2c60 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 |
