diff options
Diffstat (limited to 'man3/bcopy.3')
| -rw-r--r-- | man3/bcopy.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/bcopy.3 b/man3/bcopy.3 index 4ae82e34dd..10a41adecd 100644 --- a/man3/bcopy.3 +++ b/man3/bcopy.3 @@ -20,7 +20,8 @@ Standard C library .nf .B #include <strings.h> .PP -.BI "[[deprecated]] void bcopy(const void *" src ", void *" dest ", size_t " n ); +.BI "[[deprecated]] void bcopy(const void " src [. n "], void " dest [. n "], \ +size_t " n ); .fi .SH DESCRIPTION The |
