summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/memmove.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/memmove.3')
-rw-r--r--src/lib/libc/string/memmove.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/memmove.3 b/src/lib/libc/string/memmove.3
index ae8569a1c7..8665e4abcf 100644
--- a/src/lib/libc/string/memmove.3
+++ b/src/lib/libc/string/memmove.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: memmove.3,v 1.8 2011/07/25 00:38:52 schwarze Exp $ 1.\" $OpenBSD: memmove.3,v 1.9 2013/06/05 03:39:23 tedu Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" All rights reserved. 4.\" All rights reserved.
@@ -31,14 +31,14 @@
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
33.\" 33.\"
34.Dd $Mdocdate: July 25 2011 $ 34.Dd $Mdocdate: June 5 2013 $
35.Dt MEMMOVE 3 35.Dt MEMMOVE 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
38.Nm memmove 38.Nm memmove
39.Nd copy bytes 39.Nd copy bytes
40.Sh SYNOPSIS 40.Sh SYNOPSIS
41.Fd #include <string.h> 41.In string.h
42.Ft void * 42.Ft void *
43.Fn memmove "void *dst" "const void *src" "size_t len" 43.Fn memmove "void *dst" "const void *src" "size_t len"
44.Sh DESCRIPTION 44.Sh DESCRIPTION