summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-13 07:44:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-13 07:44:58 +0000
commit7d258c58d4880a0734d7e678347a6d2dc3312b73 (patch)
tree4fca108e966fa35eaa35ef27e0150a3ed5c913d1
parent67e4494583967905579d349747837d2efba76296 (diff)
match unistd.h
-rw-r--r--lib/libc/gen/valloc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/valloc.3 b/lib/libc/gen/valloc.3
index 065de29a641..3c3f4b491e6 100644
--- a/lib/libc/gen/valloc.3
+++ b/lib/libc/gen/valloc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: valloc.3,v 1.2 1996/08/19 08:27:26 tholo Exp $
+.\" $OpenBSD: valloc.3,v 1.3 1998/02/13 07:44:57 deraadt Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -39,8 +39,8 @@
.Nd aligned memory allocation function
.Sh SYNOPSIS
.Fd #include <unistd.h>
-.Ft char *
-.Fn valloc "unsigned size"
+.Ft void *
+.Fn valloc "size_t size"
.Sh DESCRIPTION
.Bf -symbolic
Valloc is obsoleted by the current version of malloc(3),