diff options
Diffstat (limited to 'man3/swab.3')
| -rw-r--r-- | man3/swab.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/swab.3 b/man3/swab.3 index 06c6d9d291..44d5f84c8f 100644 --- a/man3/swab.3 +++ b/man3/swab.3 @@ -19,8 +19,8 @@ Standard C library .BR "#define _XOPEN_SOURCE" " /* See feature_test_macros(7) */" .B #include <unistd.h> .PP -.BI "void swab(const void *restrict " from ", void *restrict " to \ -", ssize_t " n ); +.BI "void swab(const void " from "[restrict ." n "], void " to "[restrict ." n ], +.BI " ssize_t " n ); .fi .SH DESCRIPTION The |
