diff options
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index aaba8c88c23..e18bdc98d9a 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -34,7 +34,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.26 2003/05/14 04:48:06 krw Exp $ +.\" $OpenBSD: malloc.3,v 1.27 2003/06/01 19:27:27 jmc Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -261,8 +261,6 @@ If a program changes behavior if either of these options are used, it is buggy. .Pp The default cache size is 16 pages. -.Sh ENVIRONMENT -See above. .Sh RETURN VALUES The .Fn malloc @@ -287,6 +285,13 @@ if successful; otherwise, a null pointer is returned and .Va errno is set to .Er ENOMEM . +.Sh ENVIRONMENT +See above. +.Sh FILES +.Bl -tag -width "/etc/malloc.conf" +.It Pa /etc/malloc.conf +symbolic link to filename containing option flags +.El .Sh DIAGNOSTICS If .Fn malloc , @@ -377,11 +382,6 @@ routines). .It Dq unknown char in MALLOC_OPTIONS We found something we didn't understand. .El -.Sh FILES -.Bl -tag -width "/etc/malloc.conf" -.It Pa /etc/malloc.conf -symbolic link to filename containing option flags -.El .Sh SEE ALSO .Xr brk 2 , .Xr alloca 3 , |