From 9fb35611cc3d03bef8b690b62e0904507c414a61 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 21 Apr 2000 15:24:20 +0000 Subject: Flesh out libc string function man pages. --- src/lib/libc/string/strstr.3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/lib/libc/string/strstr.3') 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 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strstr.3,v 1.4 1999/09/21 16:44:01 espie Exp $ +.\" $OpenBSD: strstr.3,v 1.5 2000/04/21 15:24:20 aaron Exp $ .\" .Dd June 29, 1991 .Dt STRSTR 3 @@ -48,8 +48,7 @@ .Sh DESCRIPTION The .Fn strstr -function -locates the first occurrence of the null-terminated string +function locates the first occurrence of the null-terminated string .Fa little in the null-terminated string .Fa big . @@ -82,6 +81,5 @@ returns a pointer to the first character of the first occurrence of .Sh STANDARDS The .Fn strstr -function -conforms to +function conforms to .St -ansiC . -- cgit v1.2.3-55-g6feb