summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strstr.3
diff options
context:
space:
mode:
authorespie <>1999-09-21 16:44:01 +0000
committerespie <>1999-09-21 16:44:01 +0000
commiteddda6bf00c124288aea38cccb8f6cbd44e6a13b (patch)
tree78f295f62064116a7fdc2f6a38a0d0813eb4d2ad /src/lib/libc/string/strstr.3
parent7888080e5d9ce71af4015e34c3c3a0a0d3d3119a (diff)
downloadopenbsd-eddda6bf00c124288aea38cccb8f6cbd44e6a13b.tar.gz
openbsd-eddda6bf00c124288aea38cccb8f6cbd44e6a13b.tar.bz2
openbsd-eddda6bf00c124288aea38cccb8f6cbd44e6a13b.zip
index/rindex as deprecated synonyms to strchr/strrchr.
Diffstat (limited to 'src/lib/libc/string/strstr.3')
-rw-r--r--src/lib/libc/string/strstr.34
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libc/string/strstr.3 b/src/lib/libc/string/strstr.3
index 773163ecc6..3287cce0ce 100644
--- a/src/lib/libc/string/strstr.3
+++ b/src/lib/libc/string/strstr.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strstr.3,v 1.3 1999/06/29 18:01:33 aaron Exp $ 36.\" $OpenBSD: strstr.3,v 1.4 1999/09/21 16:44:01 espie Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt STRSTR 3 39.Dt STRSTR 3
@@ -71,9 +71,7 @@ otherwise
71returns a pointer to the first character of the first occurrence of 71returns a pointer to the first character of the first occurrence of
72.Fa little . 72.Fa little .
73.Sh SEE ALSO 73.Sh SEE ALSO
74.Xr index 3 ,
75.Xr memchr 3 , 74.Xr memchr 3 ,
76.Xr rindex 3 ,
77.Xr strchr 3 , 75.Xr strchr 3 ,
78.Xr strcspn 3 , 76.Xr strcspn 3 ,
79.Xr strpbrk 3 , 77.Xr strpbrk 3 ,