diff options
author | ru <ru@FreeBSD.org> | 2001-08-08 11:48:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-08 11:48:28 +0000 |
commit | 6787c701a8230014e296d1e65c8b4733ddf84f84 (patch) | |
tree | f029a640ea1451d65719cafec9eae942a7d4b0ac /lib/libc/gen/valloc.3 | |
parent | cac152301a43f148900fda9996229f20901ba6ba (diff) | |
download | FreeBSD-src-6787c701a8230014e296d1e65c8b4733ddf84f84.zip FreeBSD-src-6787c701a8230014e296d1e65c8b4733ddf84f84.tar.gz |
mdoc(7) police: expand plain text xrefs.
Diffstat (limited to 'lib/libc/gen/valloc.3')
-rw-r--r-- | lib/libc/gen/valloc.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/valloc.3 b/lib/libc/gen/valloc.3 index 00e4beb..b15847f 100644 --- a/lib/libc/gen/valloc.3 +++ b/lib/libc/gen/valloc.3 @@ -46,7 +46,10 @@ .Fn valloc "size_t size" .Sh DESCRIPTION .Bf -symbolic -Valloc is obsoleted by the current version of malloc(3), +The +.Fn valloc +function is obsoleted by the current version of +.Xr malloc 3 , which aligns page-sized and larger allocations. .Ef .Pp |