Prototype has moved: change inclusion of <unistd.h> to <stdlib.h> in the
synopsis of valloc().
This commit is contained in:
parent
4a20914f7f
commit
1a288eef77
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: valloc.3,v 1.6 1998/04/28 04:07:06 fair Exp $
|
||||
.\" $NetBSD: valloc.3,v 1.7 1998/06/01 20:15:13 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -42,7 +42,7 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <unistd.h>
|
||||
.Fd #include <stdlib.h>
|
||||
.Ft void *
|
||||
.Fn valloc "size_t size"
|
||||
.Sh DESCRIPTION
|
||||
|
Loading…
Reference in New Issue
Block a user