summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2019-05-19 15:30:21 +0000
committerschwarze <>2019-05-19 15:30:21 +0000
commit61695072b90b781c0a072c4945281b9efaa40952 (patch)
tree91bd1571670e722e1cce6aa8bfe6149b13361554
parent656919abadeb5a96c2594db38952c4073b401577 (diff)
downloadopenbsd-61695072b90b781c0a072c4945281b9efaa40952.tar.gz
openbsd-61695072b90b781c0a072c4945281b9efaa40952.tar.bz2
openbsd-61695072b90b781c0a072c4945281b9efaa40952.zip
clarify that later flags modify earlier flags;
triggered by a question from Jan Stary <hans at stare dot cz> on misc@; OK otto@
-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 .