Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Use standard section headers.



details:   https://anonhg.NetBSD.org/src/rev/21e84557bcdc
branches:  trunk
changeset: 754851:21e84557bcdc
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri May 14 16:05:49 2010 +0000

description:
Use standard section headers.

diffstat:

 lib/libc/stdlib/jemalloc.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r adca2de47fcf -r 21e84557bcdc lib/libc/stdlib/jemalloc.3
--- a/lib/libc/stdlib/jemalloc.3        Fri May 14 15:30:39 2010 +0000
+++ b/lib/libc/stdlib/jemalloc.3        Fri May 14 16:05:49 2010 +0000
@@ -34,7 +34,7 @@
 .\"     @(#)malloc.3   8.1 (Berkeley) 6/4/93
 .\" $FreeBSD: src/lib/libc/stdlib/malloc.3,v 1.73 2007/06/15 22:32:33 jasone Exp $
 .\"
-.Dd May 2, 2010
+.Dd May 14, 2010
 .Os
 .Dt JEMALLOC 3
 .Sh NAME
@@ -54,7 +54,7 @@
 on modern multi-processor systems.
 It is the default user space system allocator in
 .Nx .
-.Sh TUNING
+.Pp
 When the first call is made to one of the memory allocation
 routines such as
 .Fn malloc
@@ -291,7 +291,7 @@
 There are a number of allocator implementations available on the Internet
 which focus on detecting and pinpointing problems by trading performance for
 extra sanity checks and detailed diagnostics.
-.Sh DIAGNOSTIC MESSAGES
+.Sh DIAGNOSTICS
 If any of the memory allocation/deallocation functions detect an error or
 warning condition, a message will be printed to file descriptor
 .Dv STDERR_FILENO .



Home | Main Index | Thread Index | Old Index