diff options
author | tholo <> | 1997-05-31 08:55:06 +0000 |
---|---|---|
committer | tholo <> | 1997-05-31 08:55:06 +0000 |
commit | fbd38c71c69185d816d2849b213e1e94c875019d (patch) | |
tree | f21429e702c92eb15b92e7c2e97d285c06af0acd /src/lib/libc/stdlib/malloc.3 | |
parent | 72172bdd5d18886dc9c756ea3a9d915bdd0bda17 (diff) | |
download | openbsd-fbd38c71c69185d816d2849b213e1e94c875019d.tar.gz openbsd-fbd38c71c69185d816d2849b213e1e94c875019d.tar.bz2 openbsd-fbd38c71c69185d816d2849b213e1e94c875019d.zip |
Make it possible to not output warnings (errors causing aborts are always
output).
Diffstat (limited to 'src/lib/libc/stdlib/malloc.3')
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: malloc.3,v 1.5 1997/05/31 08:47:55 tholo Exp $ | 36 | .\" $OpenBSD: malloc.3,v 1.6 1997/05/31 08:55:05 tholo Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd August 27, 1996 | 38 | .Dd August 27, 1996 |
39 | .Dt MALLOC 3 | 39 | .Dt MALLOC 3 |
@@ -150,6 +150,10 @@ Currently junk is bytes of 0xd0, this is pronounced ``Duh'' :-) | |||
150 | ``hint'' pass a hint to the kernel about pages we don't use. If the | 150 | ``hint'' pass a hint to the kernel about pages we don't use. If the |
151 | machine is paging a lot this may help a bit. | 151 | machine is paging a lot this may help a bit. |
152 | 152 | ||
153 | .It N | ||
154 | Do not output warning messages when encountering possible corruption | ||
155 | or bad pointers. | ||
156 | |||
153 | .It R | 157 | .It R |
154 | ``realloc'' always reallocate when | 158 | ``realloc'' always reallocate when |
155 | .Fn realloc | 159 | .Fn realloc |