diff options
author | otto <> | 2018-11-08 05:58:21 +0000 |
---|---|---|
committer | otto <> | 2018-11-08 05:58:21 +0000 |
commit | f5280e3d60e07491a7d8515b3f52d869b7beaef9 (patch) | |
tree | e90d378fefa107b252386b560dc69a50176fbccf /src/lib | |
parent | 547ee025b296edecfcade4d07226265b54a6cfed (diff) | |
download | openbsd-f5280e3d60e07491a7d8515b3f52d869b7beaef9.tar.gz openbsd-f5280e3d60e07491a7d8515b3f52d869b7beaef9.tar.bz2 openbsd-f5280e3d60e07491a7d8515b3f52d869b7beaef9.zip |
zap last remains of malloc.conf; prompted by and ok jmc@
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 5c33f11352..35222a15ce 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 | |||
@@ -30,9 +30,9 @@ | |||
30 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 30 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
31 | .\" SUCH DAMAGE. | 31 | .\" SUCH DAMAGE. |
32 | .\" | 32 | .\" |
33 | .\" $OpenBSD: malloc.3,v 1.117 2018/11/06 12:02:30 otto Exp $ | 33 | .\" $OpenBSD: malloc.3,v 1.118 2018/11/08 05:58:21 otto Exp $ |
34 | .\" | 34 | .\" |
35 | .Dd $Mdocdate: November 6 2018 $ | 35 | .Dd $Mdocdate: November 8 2018 $ |
36 | .Dt MALLOC 3 | 36 | .Dt MALLOC 3 |
37 | .Os | 37 | .Os |
38 | .Sh NAME | 38 | .Sh NAME |
@@ -401,7 +401,7 @@ it guarantees memory is cleared before placing it on the internal free list. | |||
401 | Deallocation of such an object should be done by calling | 401 | Deallocation of such an object should be done by calling |
402 | .Fn freezero . | 402 | .Fn freezero . |
403 | .Sh ENVIRONMENT | 403 | .Sh ENVIRONMENT |
404 | .Bl -tag -width "/etc/malloc.conf" | 404 | .Bl -tag -width "MALLOC_OPTIONS" |
405 | .It Ev MALLOC_OPTIONS | 405 | .It Ev MALLOC_OPTIONS |
406 | String of flags documented in | 406 | String of flags documented in |
407 | .Xr malloc.conf 5 . | 407 | .Xr malloc.conf 5 . |
@@ -554,9 +554,9 @@ in this case. | |||
554 | .Pp | 554 | .Pp |
555 | The | 555 | The |
556 | .Ev MALLOC_OPTIONS | 556 | .Ev MALLOC_OPTIONS |
557 | environment variable, the file | 557 | environment variable, the |
558 | .Pa /etc/malloc.conf , | 558 | .Va vm.malloc_conf |
559 | and the | 559 | sysctl and the |
560 | .Sx DIAGNOSTICS | 560 | .Sx DIAGNOSTICS |
561 | output are extensions to the standard. | 561 | output are extensions to the standard. |
562 | .Sh HISTORY | 562 | .Sh HISTORY |