diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-19 15:30:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-19 15:30:22 +0000 |
commit | af0bbb4dee82776d8f57b0367dbae71bf64a0988 (patch) | |
tree | bfb03de99a475fa07389f0e8494039e4115dcd65 /lib | |
parent | 3ea9a3bff025efb2d3199f86d644b627863b06d1 (diff) |
clarify that later flags modify earlier flags;
triggered by a question from Jan Stary <hans at stare dot cz> on misc@;
OK otto@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 03e3bee46b9..05068937dd4 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.124 2019/05/13 06:04:55 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.125 2019/05/19 15:30:21 schwarze Exp $ .\" -.Dd $Mdocdate: May 13 2019 $ +.Dd $Mdocdate: May 19 2019 $ .Dt MALLOC 3 .Os .Sh NAME @@ -270,6 +270,8 @@ and finally looks at the global variable in the program. Each is scanned for the flags documented below. Unless otherwise noted uppercase means on, lowercase means off. +During initialization, flags occurring later modify the behaviour +that was requested by flags processed earlier. .Bl -tag -width indent .It Cm C .Dq Canaries . |