diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-24 06:56:21 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-24 06:56:21 +0000 |
| commit | 36c71f6ac16b40ebe5ab708493223c5723373a47 (patch) | |
| tree | f64b9879cef8fa4b78d9601000bb3cde2615c892 /lib/libc | |
| parent | 1f6e47a32495016f0dced8874537f56612c4c8fb (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 d026bb913a40..73c267c14c10 100644 --- a/lib/libc/string/memmem.3 +++ b/lib/libc/string/memmem.3 @@ -38,8 +38,8 @@ .In string.h .Ft "void *" .Fo memmem -.Fa "const char *big" "size_t big_len" -.Fa "const char *little" "size_t little_len" +.Fa "const void *big" "size_t big_len" +.Fa "const void *little" "size_t little_len" .Fc .Sh DESCRIPTION The |
