diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-07-21 20:34:33 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-07-21 20:34:33 +0000 |
commit | 4f21040bd80dae12b7880094486abf09eff0a164 (patch) | |
tree | c143284b2eca6f6ff6e641aee212d523f8b32a41 /lib | |
parent | c9d328fdf7da1ca6a0f22050703f06aa6141e85a (diff) |
- add a MALLOC_OPTIONS section header. the content is already there, but having
a section will help people looking for just the MALLOC_OPTIONS.
ok otto@ jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index e8df26c61f3..6b6e4f582ef 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.68 2010/05/26 08:22:11 jmc Exp $ +.\" $OpenBSD: malloc.3,v 1.69 2011/07/21 20:34:32 jasper Exp $ .\" -.Dd $Mdocdate: May 26 2010 $ +.Dd $Mdocdate: July 21 2011 $ .Dt MALLOC 3 .Os .Sh NAME @@ -202,7 +202,7 @@ i.e. avoid allocations like the following: if ((newp = realloc(p, num * size)) == NULL) { ... .Ed -.Pp +.Sh MALLOC_OPTIONS Malloc will first look for a symbolic link called .Pa /etc/malloc.conf and next check the environment for a variable called |