diff options
Diffstat (limited to 'man3/mempcpy.3')
| -rw-r--r-- | man3/mempcpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/mempcpy.3 b/man3/mempcpy.3 index 9ba5889d68..b0d059dabe 100644 --- a/man3/mempcpy.3 +++ b/man3/mempcpy.3 @@ -16,8 +16,8 @@ Standard C library .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" .B #include <string.h> .PP -.BI "void *mempcpy(void *restrict " dest ", const void *restrict " src \ -", size_t " n ); +.BI "void *mempcpy(void " dest "[restrict ." n "], const void " src "[restrict ." n ], +.BI " size_t " n ); .PP .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" .B #include <wchar.h> |
