diff options
Diffstat (limited to 'man3/bcopy.3')
-rw-r--r-- | man3/bcopy.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/bcopy.3 b/man3/bcopy.3 index 3c87a6c1..eef0526a 100644 --- a/man3/bcopy.3 +++ b/man3/bcopy.3 @@ -47,9 +47,9 @@ bytes from to .IR dest . The result is correct, even when both areas overlap. -.SH "RETURN VALUE" +.SH RETURN VALUE None. -.SH "CONFORMING TO" +.SH CONFORMING TO 4.3BSD. This function is deprecated (marked as LEGACY in POSIX.1-2001): use .BR memcpy (3) @@ -63,7 +63,7 @@ and .BR memmove (3). POSIX.1-2008 removes the specification of .BR bcopy (). -.SH "SEE ALSO" +.SH SEE ALSO .BR memccpy (3), .BR memcpy (3), .BR memmove (3), |