summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-09-19 16:06:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-09-19 16:06:46 +0000
commit16e39586d0429c90d19eab24bc7da336a60af544 (patch)
treeddc1d03498903723e85369e2d8c4e96949013f96 /lib/libc
parent0911f99e268a08e31d0bf8de3b8cd4f52b5232e9 (diff)
add HISTORY; shortened version of diff from Ilya A. Kovalenko
ok millert
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strstr.39
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 .