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.314
1 files changed, 10 insertions, 4 deletions
diff --git a/src/lib/libc/string/memmove.3 b/src/lib/libc/string/memmove.3
index c6e3912669..ae8569a1c7 100644
--- a/src/lib/libc/string/memmove.3
+++ b/src/lib/libc/string/memmove.3
@@ -1,3 +1,5 @@
1.\" $OpenBSD: memmove.3,v 1.8 2011/07/25 00:38:52 schwarze Exp $
2.\"
1.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
2.\" All rights reserved. 4.\" All rights reserved.
3.\" 5.\"
@@ -29,9 +31,7 @@
29.\" 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
30.\" SUCH DAMAGE. 32.\" SUCH DAMAGE.
31.\" 33.\"
32.\" $OpenBSD: memmove.3,v 1.7 2007/05/31 19:19:32 jmc Exp $ 34.Dd $Mdocdate: July 25 2011 $
33.\"
34.Dd $Mdocdate: May 31 2007 $
35.Dt MEMMOVE 3 35.Dt MEMMOVE 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -62,9 +62,15 @@ function returns the original value of
62.Xr memccpy 3 , 62.Xr memccpy 3 ,
63.Xr memcpy 3 , 63.Xr memcpy 3 ,
64.Xr strcpy 3 , 64.Xr strcpy 3 ,
65.Xr strlcpy 3 65.Xr strlcpy 3 ,
66.Xr wmemmove 3
66.Sh STANDARDS 67.Sh STANDARDS
67The 68The
68.Fn memmove 69.Fn memmove
69function conforms to 70function conforms to
70.St -ansiC . 71.St -ansiC .
72.Sh HISTORY
73The
74.Fn memmove
75function first appeared in
76.Bx 4.3 Reno .