diff options
Diffstat (limited to 'man/man3/bcopy.3')
-rw-r--r-- | man/man3/bcopy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/bcopy.3 b/man/man3/bcopy.3 index 3ef19d853d..9f234c7611 100644 --- a/man/man3/bcopy.3 +++ b/man/man3/bcopy.3 @@ -13,7 +13,7 @@ Standard C library .nf .B #include <strings.h> .P -.BI "[[deprecated]] void bcopy(size_t " n ; +.BR "[[deprecated]] void bcopy(" "size_t n;" .BI " const void " src [ n "], void " dest [ n "], \ size_t " n ); .fi |