summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-09-19 16:06:45 +0000
committerjmc <jmc@openbsd.org>2007-09-19 16:06:45 +0000
commit5eb8eb4ccabb2a33fc553944ce2102b4d916c7b0 (patch)
tree995c95e1ea3dbcea38136c53559ac30bfb3d7227 /lib/libc
parentadd '-b machine' to cc for multiarch support (diff)
downloadwireguard-openbsd-5eb8eb4ccabb2a33fc553944ce2102b4d916c7b0.tar.xz
wireguard-openbsd-5eb8eb4ccabb2a33fc553944ce2102b4d916c7b0.zip
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 .