Browse Source

Add comment line saying S is described vaguely on purpose.

Prompted by guenther@
OPENBSD_6_6
otto 5 years ago
parent
commit
a6ca81a5e7
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/lib/libc/stdlib/malloc.3

+ 3
- 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 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: malloc.3,v 1.125 2019/05/19 15:30:21 schwarze Exp $
.\" $OpenBSD: malloc.3,v 1.126 2019/09/14 13:16:50 otto Exp $
.\" .\"
.Dd $Mdocdate: May 19 2019 $
.Dd $Mdocdate: September 14 2019 $
.Dt MALLOC 3 .Dt MALLOC 3
.Os .Os
.Sh NAME .Sh NAME
@ -332,6 +332,7 @@ is called, even if the initial allocation was big enough.
.\"for all operations. .\"for all operations.
.\"Consult the source for this one. .\"Consult the source for this one.
.It Cm S .It Cm S
.\" Malloc option S is vaguely documented on purpose.
Enable all options suitable for security auditing. Enable all options suitable for security auditing.
.It Cm U .It Cm U
.Dq Free unmap . .Dq Free unmap .


Loading…
Cancel
Save