Browse Source

clarify that later flags modify earlier flags;

triggered by a question from Jan Stary <hans at stare dot cz> on misc@;
OK otto@
OPENBSD_6_6
schwarze 5 years ago
parent
commit
48f8f2e845
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      src/lib/libc/stdlib/malloc.3

+ 4
- 2
src/lib/libc/stdlib/malloc.3 View File

@ -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 .


Loading…
Cancel
Save