diff options
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 |