diff options
Diffstat (limited to 'src/lib/libc/string/memcmp.3')
-rw-r--r-- | src/lib/libc/string/memcmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/memcmp.3 b/src/lib/libc/string/memcmp.3 index dfc63877b7..34c5f60861 100644 --- a/src/lib/libc/string/memcmp.3 +++ b/src/lib/libc/string/memcmp.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: memcmp.3,v 1.2 1996/08/19 08:34:05 tholo Exp $ | 36 | .\" $OpenBSD: memcmp.3,v 1.3 1996/12/10 09:06:11 deraadt Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt MEMCMP 3 | 39 | .Dt MEMCMP 3 |
@@ -60,7 +60,7 @@ bytes long. | |||
60 | The | 60 | The |
61 | .Fn memcmp | 61 | .Fn memcmp |
62 | function | 62 | function |
63 | returns zero if the the two strings are identical, | 63 | returns zero if the two strings are identical, |
64 | otherwise returns the difference between the first two differing bytes | 64 | otherwise returns the difference between the first two differing bytes |
65 | (treated as unsigned char values, so that | 65 | (treated as unsigned char values, so that |
66 | .Sq Li \e200 | 66 | .Sq Li \e200 |