aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mempcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mempcpy.3')
-rw-r--r--man3/mempcpy.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/mempcpy.3 b/man3/mempcpy.3
index d355703458..371d341ae0 100644
--- a/man3/mempcpy.3
+++ b/man3/mempcpy.3
@@ -57,9 +57,6 @@ wide characters.
.I dest
+
.IR n .
-.SH VERSIONS
-.BR mempcpy ()
-first appeared in glibc 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@@ -78,6 +75,9 @@ T} Thread safety MT-Safe
.hy
.ad
.sp 1
+.SH VERSIONS
+.BR mempcpy ()
+first appeared in glibc 2.1.
.SH STANDARDS
This function is a GNU extension.
.SH EXAMPLES