summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strstr.3
diff options
context:
space:
mode:
authoraaron <>1999-06-29 18:01:34 +0000
committeraaron <>1999-06-29 18:01:34 +0000
commit403f5844d16c63a63b8ce33a354e4871cb93df4c (patch)
tree8cb26f4259822c517bec5c7028ba41be89eb964b /src/lib/libc/string/strstr.3
parente5791ef4d456e0071415b711d9969fb50535b063 (diff)
downloadopenbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.tar.gz
openbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.tar.bz2
openbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.zip
repairs
Diffstat (limited to 'src/lib/libc/string/strstr.3')
-rw-r--r--src/lib/libc/string/strstr.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/string/strstr.3 b/src/lib/libc/string/strstr.3
index fa455b426a..773163ecc6 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.2 1996/08/19 08:34:26 tholo Exp $ 36.\" $OpenBSD: strstr.3,v 1.3 1999/06/29 18:01:33 aaron Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt STRSTR 3 39.Dt STRSTR 3
@@ -64,7 +64,8 @@ if
64occurs nowhere in 64occurs nowhere in
65.Fa big , 65.Fa big ,
66.Fn strstr 66.Fn strstr
67returns NULL; 67returns
68.Dv NULL ;
68otherwise 69otherwise
69.Fn strstr 70.Fn strstr
70returns a pointer to the first character of the first occurrence of 71returns a pointer to the first character of the first occurrence of