diff options
Diffstat (limited to 'man3/memccpy.3')
| -rw-r--r-- | man3/memccpy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/memccpy.3 b/man3/memccpy.3 index 4f61ab4e48..8fb089de77 100644 --- a/man3/memccpy.3 +++ b/man3/memccpy.3 @@ -17,7 +17,7 @@ Standard C library .nf .B #include <string.h> .PP -.BI "void *memccpy(void *restrict " dest ", const void *restrict " src , +.BI "void *memccpy(void " dest "[restrict ." n "], const void " src "[restrict ." n ], .BI " int " c ", size_t " n ); .fi .SH DESCRIPTION |
