summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/malloc.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index 03e3bee46b..05068937dd 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.124 2019/05/13 06:04:55 otto Exp $ 33.\" $OpenBSD: malloc.3,v 1.125 2019/05/19 15:30:21 schwarze Exp $
34.\" 34.\"
35.Dd $Mdocdate: May 13 2019 $ 35.Dd $Mdocdate: May 19 2019 $
36.Dt MALLOC 3 36.Dt MALLOC 3
37.Os 37.Os
38.Sh NAME 38.Sh NAME
@@ -270,6 +270,8 @@ and finally looks at the global variable
270in the program. 270in the program.
271Each is scanned for the flags documented below. 271Each is scanned for the flags documented below.
272Unless otherwise noted uppercase means on, lowercase means off. 272Unless otherwise noted uppercase means on, lowercase means off.
273During initialization, flags occurring later modify the behaviour
274that was requested by flags processed earlier.
273.Bl -tag -width indent 275.Bl -tag -width indent
274.It Cm C 276.It Cm C
275.Dq Canaries . 277.Dq Canaries .