diff options
author | 2000-04-20 13:50:01 +0000 | |
---|---|---|
committer | 2000-04-20 13:50:01 +0000 | |
commit | b43b90887f3b9d2c29965f870f90ae22a8c39b03 (patch) | |
tree | 30c566895531f29f7cd76f7a66a745b31029b375 /lib/libc/stdlib/memory.3 | |
parent | Don't include machine/pmap.h, vm/pmap.h does that for us. (diff) | |
download | wireguard-openbsd-b43b90887f3b9d2c29965f870f90ae22a8c39b03.tar.xz wireguard-openbsd-b43b90887f3b9d2c29965f870f90ae22a8c39b03.zip |
Flesh out stdlib function man pages.
Diffstat (limited to 'lib/libc/stdlib/memory.3')
-rw-r--r-- | lib/libc/stdlib/memory.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 61bae4cc3c6..959a173a037 100644 --- a/lib/libc/stdlib/memory.3 +++ b/lib/libc/stdlib/memory.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memory.3,v 1.4 1999/05/23 14:11:03 aaron Exp $ +.\" $OpenBSD: memory.3,v 1.5 2000/04/20 13:50:02 aaron Exp $ .\" .Dd May 2, 1991 .Dt MEMORY 3 @@ -55,8 +55,7 @@ .Fn alloca "size_t size" .Sh DESCRIPTION These functions allocate and free memory for the calling process. -They are described in the -individual manual pages. +They are described in the individual man pages. .Sh SEE ALSO .Xr alloca 3 , .Xr calloc 3 , @@ -65,6 +64,6 @@ individual manual pages. .Xr realloc 3 .Sh STANDARDS These functions, with the exception of -.Fn alloca +.Fn alloca , conform to .St -ansiC . |