From fbd38c71c69185d816d2849b213e1e94c875019d Mon Sep 17 00:00:00 2001 From: tholo <> Date: Sat, 31 May 1997 08:55:06 +0000 Subject: Make it possible to not output warnings (errors causing aborts are always output). --- src/lib/libc/stdlib/malloc.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib/libc/stdlib/malloc.3') diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index f5ab9d70d9..eb09eeedbc 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.5 1997/05/31 08:47:55 tholo Exp $ +.\" $OpenBSD: malloc.3,v 1.6 1997/05/31 08:55:05 tholo Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -150,6 +150,10 @@ Currently junk is bytes of 0xd0, this is pronounced ``Duh'' :-) ``hint'' pass a hint to the kernel about pages we don't use. If the machine is paging a lot this may help a bit. +.It N +Do not output warning messages when encountering possible corruption +or bad pointers. + .It R ``realloc'' always reallocate when .Fn realloc -- cgit v1.2.3-55-g6feb