diff options
Diffstat (limited to 'src/lib/libc/string/strstr.3')
-rw-r--r-- | src/lib/libc/string/strstr.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/string/strstr.3 b/src/lib/libc/string/strstr.3 index 3287cce0ce..10beea42ca 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.4 1999/09/21 16:44:01 espie Exp $ | 36 | .\" $OpenBSD: strstr.3,v 1.5 2000/04/21 15:24:20 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt STRSTR 3 | 39 | .Dt STRSTR 3 |
@@ -48,8 +48,7 @@ | |||
48 | .Sh DESCRIPTION | 48 | .Sh DESCRIPTION |
49 | The | 49 | The |
50 | .Fn strstr | 50 | .Fn strstr |
51 | function | 51 | function locates the first occurrence of the null-terminated string |
52 | locates the first occurrence of the null-terminated string | ||
53 | .Fa little | 52 | .Fa little |
54 | in the null-terminated string | 53 | in the null-terminated string |
55 | .Fa big . | 54 | .Fa big . |
@@ -82,6 +81,5 @@ returns a pointer to the first character of the first occurrence of | |||
82 | .Sh STANDARDS | 81 | .Sh STANDARDS |
83 | The | 82 | The |
84 | .Fn strstr | 83 | .Fn strstr |
85 | function | 84 | function conforms to |
86 | conforms to | ||
87 | .St -ansiC . | 85 | .St -ansiC . |