diff options
| author | wiz <wiz@NetBSD.org> | 2005-03-14 10:36:51 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2005-03-14 10:36:51 +0000 |
| commit | 88a7e2e28fdbd705adf6253832ebb643be16566f (patch) | |
| tree | 379cf70e1d9071e1dba588ddee33ea6992211e4d /lib/libc/string | |
| parent | bf09620d889d31c3d0c624826009a6da2c329aeb (diff) | |
Remove one of two nearly duplicate words.
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/memmem.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3 index 2286b00a057..68aeb0514b4 100644 --- a/lib/libc/string/memmem.3 +++ b/lib/libc/string/memmem.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: memmem.3,v 1.1 2005/03/13 14:47:02 perry Exp $ +.\" $NetBSD: memmem.3,v 1.2 2005/03/14 10:36:51 wiz Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -53,7 +53,7 @@ function locates the first occurrence of the binary string .Fa pat of size .Fa plen -bytes in within the byte string +bytes in the byte string .Fa block of size .Fa blen |
