summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/malloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index 0b5914097f..75b8c69eb7 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -30,7 +30,7 @@
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.61 2009/02/13 18:49:14 otto Exp $ 33.\" $OpenBSD: malloc.3,v 1.62 2009/02/13 23:36:17 jmc Exp $
34.\" 34.\"
35.Dd $Mdocdate: February 13 2009 $ 35.Dd $Mdocdate: February 13 2009 $
36.Dt MALLOC 3 36.Dt MALLOC 3
@@ -303,7 +303,7 @@ So to set a systemwide reduction of cache size and use guard pages:
303.Dl # ln -s 'G\*(Lt' /etc/malloc.conf 303.Dl # ln -s 'G\*(Lt' /etc/malloc.conf
304.Pp 304.Pp
305The flags are mostly for testing and debugging. 305The flags are mostly for testing and debugging.
306If a program changes behavior if any of these options (except 306If a program changes behavior if any of these options (except
307.Cm X ) 307.Cm X )
308are used, 308are used,
309it is buggy. 309it is buggy.