summaryrefslogtreecommitdiff
path: root/man3/memmove.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/memmove.3')
-rw-r--r--man3/memmove.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/memmove.3 b/man3/memmove.3
index 5abe75f8..e4c1540c 100644
--- a/man3/memmove.3
+++ b/man3/memmove.3
@@ -35,10 +35,10 @@ memmove \- copy memory area
.BI "void *memmove(void *" dest ", const void *" src ", size_t " n );
.fi
.SH DESCRIPTION
-The \fBmemmove()\fP function copies \fIn\fP bytes from memory area
+The \fBmemmove\fP() function copies \fIn\fP bytes from memory area
\fIsrc\fP to memory area \fIdest\fP. The memory areas may overlap.
.SH "RETURN VALUE"
-The \fBmemmove()\fP function returns a pointer to \fIdest\fP.
+The \fBmemmove\fP() function returns a pointer to \fIdest\fP.
.SH "CONFORMING TO"
SVID 3, 4.3BSD, ISO 9899
.SH "SEE ALSO"