diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 05068937dd..0c7574034b 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.125 2019/05/19 15:30:21 schwarze Exp $ | 33 | .\" $OpenBSD: malloc.3,v 1.126 2019/09/14 13:16:50 otto Exp $ |
34 | .\" | 34 | .\" |
35 | .Dd $Mdocdate: May 19 2019 $ | 35 | .Dd $Mdocdate: September 14 2019 $ |
36 | .Dt MALLOC 3 | 36 | .Dt MALLOC 3 |
37 | .Os | 37 | .Os |
38 | .Sh NAME | 38 | .Sh NAME |
@@ -332,6 +332,7 @@ is called, even if the initial allocation was big enough. | |||
332 | .\"for all operations. | 332 | .\"for all operations. |
333 | .\"Consult the source for this one. | 333 | .\"Consult the source for this one. |
334 | .It Cm S | 334 | .It Cm S |
335 | .\" Malloc option S is vaguely documented on purpose. | ||
335 | Enable all options suitable for security auditing. | 336 | Enable all options suitable for security auditing. |
336 | .It Cm U | 337 | .It Cm U |
337 | .Dq Free unmap . | 338 | .Dq Free unmap . |