diff options
Diffstat (limited to 'lib/libc/string/memmove.3')
| -rw-r--r-- | lib/libc/string/memmove.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3 index c621f78096a..6ea1263c521 100644 --- a/lib/libc/string/memmove.3 +++ b/lib/libc/string/memmove.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)memmove.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: memmove.3,v 1.6 2002/02/07 07:00:31 ross Exp $ +.\" $NetBSD: memmove.3,v 1.7 2003/04/16 13:34:49 wiz Exp $ .\" .Dd June 4, 1993 .Dt MEMMOVE 3 @@ -45,7 +45,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]string.h\*[Gt] +.In string.h .Ft void * .Fn memmove "void *dst" "const void *src" "size_t len" .Sh DESCRIPTION |
