summaryrefslogtreecommitdiff
path: root/lib/libc/string/strstr.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strstr.3')
-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 .