diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-10 02:19:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-10 02:19:49 +0000 |
commit | 62f3233e90c139481a6d89b9f57ca29154b24ba3 (patch) | |
tree | 8ae17270685b96ea3db89db73119a31f991c944d /lib/libc/string/swab.3 | |
parent | 5a128d9185ebdbfaba6477a99ad2db8d96f11b15 (diff) |
move proto to unistd.h
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 c64dbd6cb12..d1bfc358fbb 100644 --- a/lib/libc/string/swab.3 +++ b/lib/libc/string/swab.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: swab.3,v 1.2 1996/08/19 08:34:29 tholo Exp $ +.\" $OpenBSD: swab.3,v 1.3 1998/02/10 02:19:48 deraadt Exp $ .\" .Dd May 1, 1991 .Dt SWAB 3 @@ -38,7 +38,7 @@ .Nm swab .Nd swap adjacent bytes .Sh SYNOPSIS -.Fd #include <string.h> +.Fd #include <unistd.h> .Ft void .Fn swab "const void *src" "void *dst" "size_t len" .Sh DESCRIPTION |