diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-19 16:06:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-19 16:06:46 +0000 |
commit | 16e39586d0429c90d19eab24bc7da336a60af544 (patch) | |
tree | ddc1d03498903723e85369e2d8c4e96949013f96 | |
parent | 0911f99e268a08e31d0bf8de3b8cd4f52b5232e9 (diff) |
add HISTORY; shortened version of diff from Ilya A. Kovalenko
ok millert
-rw-r--r-- | lib/libc/string/strstr.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3 index 3d33ec56c35..38bd207727c 100644 --- a/lib/libc/string/strstr.3 +++ b/lib/libc/string/strstr.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strstr.3,v 1.9 2007/05/31 19:19:32 jmc Exp $ +.\" $OpenBSD: strstr.3,v 1.10 2007/09/19 16:06:45 jmc Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 19 2007 $ .Dt STRSTR 3 .Os .Sh NAME @@ -85,3 +85,8 @@ The .Fn strstr function conforms to .St -ansiC . +.Sh HISTORY +The +.Fn strcasestr +function first appeared in +.Ox 3.8 . |