diff options
Diffstat (limited to 'man3/bcopy.3')
| -rw-r--r-- | man3/bcopy.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/bcopy.3 b/man3/bcopy.3 index 5e7fe54122..bdd8cbeffd 100644 --- a/man3/bcopy.3 +++ b/man3/bcopy.3 @@ -51,14 +51,14 @@ The result is correct, even when both areas overlap. None. .SH "CONFORMING TO" 4.3BSD. This function is deprecated: use -.B memcpy +.BR memcpy () or -.B memmove +.BR memmove () in new programs. Note that the first two parameters are interchanged for -.BR memcpy +.BR memcpy () and -.BR memmove . +.BR memmove (). .SH "SEE ALSO" .BR memccpy (3), .BR memcpy (3), |
