diff options
Diffstat (limited to 'lib/libc/string/swab.3')
-rw-r--r-- | lib/libc/string/swab.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3 index 4d27e17..93d879d 100644 --- a/lib/libc/string/swab.3 +++ b/lib/libc/string/swab.3 @@ -41,9 +41,9 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In string.h +.In unistd.h .Ft void -.Fn swab "const void * restrict src" "void * restrict dst" "size_t len" +.Fn swab "const void * restrict src" "void * restrict dst" "ssize_t len" .Sh DESCRIPTION The function .Fn swab |