diff options
author | 2011-07-21 20:34:32 +0000 | |
---|---|---|
committer | 2011-07-21 20:34:32 +0000 | |
commit | 95fa752a9ae5a6e477aa9b3c01b70370c81cc487 (patch) | |
tree | 841b6602b08b4f5b852d98d277db2effcb4e56f1 /lib/libc | |
parent | Adjust work directory name. (diff) | |
download | wireguard-openbsd-95fa752a9ae5a6e477aa9b3c01b70370c81cc487.tar.xz wireguard-openbsd-95fa752a9ae5a6e477aa9b3c01b70370c81cc487.zip |
- 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/libc')
-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 |