diff options
Diffstat (limited to 'man3/mempcpy.3')
| -rw-r--r-- | man3/mempcpy.3 | 4 |
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), |
