summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/string/strstr.37
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libc/string/strstr.3 b/src/lib/libc/string/strstr.3
index 1f79d45590..60d2a721a7 100644
--- a/src/lib/libc/string/strstr.3
+++ b/src/lib/libc/string/strstr.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strstr.3,v 1.12 2013/06/05 03:39:23 tedu Exp $ 1.\" $OpenBSD: strstr.3,v 1.13 2016/05/11 17:51:50 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" All rights reserved. 4.\" All rights reserved.
@@ -31,7 +31,7 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
33.\" 33.\"
34.Dd $Mdocdate: June 5 2013 $ 34.Dd $Mdocdate: May 11 2016 $
35.Dt STRSTR 3 35.Dt STRSTR 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -56,7 +56,7 @@ The
56function is similar to 56function is similar to
57.Fn strstr 57.Fn strstr
58but ignores the case of both strings. 58but ignores the case of both strings.
59.Pp 59.Sh RETURN VALUES
60If 60If
61.Fa little 61.Fa little
62is an empty string, 62is an empty string,
@@ -73,6 +73,7 @@ otherwise a pointer to the first character of the first occurrence of
73is returned. 73is returned.
74.Sh SEE ALSO 74.Sh SEE ALSO
75.Xr memchr 3 , 75.Xr memchr 3 ,
76.Xr memmem 3 ,
76.Xr strchr 3 , 77.Xr strchr 3 ,
77.Xr strcspn 3 , 78.Xr strcspn 3 ,
78.Xr strpbrk 3 , 79.Xr strpbrk 3 ,