1 --- swab.3 2003-05-20 15:23:55.000000000 -0700
2 +++ swab.3.edit 2006-07-12 11:27:22.000000000 -0700
10 -.Fn swab "const void * restrict src" "void * restrict dst" "size_t len"
12 +.Fa "const void *restrict src"
13 +.Fa "void *restrict dest"
22 bytes from the location referenced by
24 to the location referenced by
27 swapping adjacent bytes.
32 must be an even number.
34 +.Fd #include <string.h>
39 +.Fa "const void *restrict src"
40 +.Fa "void *restrict dest"
46 +is necessary for this function.