Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen Small markup improvements.
details: https://anonhg.NetBSD.org/src/rev/f4f3bed27739
branches: trunk
changeset: 754617:f4f3bed27739
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu May 06 09:34:52 2010 +0000
description:
Small markup improvements.
diffstat:
lib/libc/gen/valloc.3 | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r a8b123e2831a -r f4f3bed27739 lib/libc/gen/valloc.3
--- a/lib/libc/gen/valloc.3 Thu May 06 09:25:00 2010 +0000
+++ b/lib/libc/gen/valloc.3 Thu May 06 09:34:52 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: valloc.3,v 1.12 2003/08/07 16:42:59 agc Exp $
+.\" $NetBSD: valloc.3,v 1.13 2010/05/06 09:34:52 jruoho Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)valloc.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd June 4, 1993
+.Dd May 6, 2010
.Dt VALLOC 3
.Os
.Sh NAME
@@ -43,7 +43,9 @@
.Fn valloc "size_t size"
.Sh DESCRIPTION
.Bf -symbolic
-Valloc is obsoleted by the current version of
+The
+.Fn valloc
+function is obsoleted by the current version of
.Xr malloc 3 ,
which aligns page-sized and larger allocations.
.Ef
@@ -71,5 +73,5 @@
.Bx 3.0 .
.Sh BUGS
A
-.Em vfree
+.Dq Fn vfree
function has not been implemented.
Home |
Main Index |
Thread Index |
Old Index