diff options
author | aaron <> | 1999-06-29 18:01:34 +0000 |
---|---|---|
committer | aaron <> | 1999-06-29 18:01:34 +0000 |
commit | 403f5844d16c63a63b8ce33a354e4871cb93df4c (patch) | |
tree | 8cb26f4259822c517bec5c7028ba41be89eb964b /src/lib/libc/string/strstr.3 | |
parent | e5791ef4d456e0071415b711d9969fb50535b063 (diff) | |
download | openbsd-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.3 | 5 |
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 | |||
64 | occurs nowhere in | 64 | occurs nowhere in |
65 | .Fa big , | 65 | .Fa big , |
66 | .Fn strstr | 66 | .Fn strstr |
67 | returns NULL; | 67 | returns |
68 | .Dv NULL ; | ||
68 | otherwise | 69 | otherwise |
69 | .Fn strstr | 70 | .Fn strstr |
70 | returns a pointer to the first character of the first occurrence of | 71 | returns a pointer to the first character of the first occurrence of |