1 --- swab.3.orig 2010-02-24 20:50:11.000000000 -0800
2 +++ swab.3 2010-02-24 21:17:49.000000000 -0800
4 .\" @(#)swab.3 8.1 (Berkeley) 6/4/93
5 .\" $FreeBSD: src/lib/libc/string/swab.3,v 1.10 2007/01/09 00:28:12 imp Exp $
16 -.Fn swab "const void * restrict src" "void * restrict dst" "ssize_t len"
18 +.Fa "const void *restrict src"
19 +.Fa "void *restrict dest"
28 bytes from the location referenced by
30 to the location referenced by
33 swapping adjacent bytes.
37 -must be an even number.
39 +should be an even number. If
45 +-1 bytes and the disposition of the last byte is unspecified.
46 +If copying takes place between objects that overlap,
47 +the behavior is undefined. If