aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mempcpy.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-19 04:30:20 +0000
commit2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch)
tree4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/mempcpy.3
parent2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff)
downloadman-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/mempcpy.3')
-rw-r--r--man3/mempcpy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/mempcpy.3 b/man3/mempcpy.3
index 83d6a81759..ca3fd6a474 100644
--- a/man3/mempcpy.3
+++ b/man3/mempcpy.3
@@ -48,6 +48,8 @@ type arguments and copies
wide characters.
.SH "RETURN VALUE"
\fIdest\fP + \fIn\fP .
+.SH "CONFORMING TO"
+This function is a GNU extension.
.SH "EXAMPLE"
.nf
void *
@@ -59,8 +61,6 @@ combine(void *o1, size_t s1, void *o2, size_t s2)
return result;
}
.fi
-.SH "CONFORMING TO"
-This function is a GNU extension.
.SH "SEE ALSO"
.BR memccpy (3),
.BR memcpy (3),