diff options
author | otto <> | 2019-09-14 13:16:50 +0000 |
---|---|---|
committer | otto <> | 2019-09-14 13:16:50 +0000 |
commit | 4c3c86f8ec24b0a9743047e6964185608aef6f2d (patch) | |
tree | 760e4bacce9e95bb82687279a3b9e013214eca27 | |
parent | c1837251ccbd2430e71093cf40d5deaf8a85333f (diff) | |
download | openbsd-4c3c86f8ec24b0a9743047e6964185608aef6f2d.tar.gz openbsd-4c3c86f8ec24b0a9743047e6964185608aef6f2d.tar.bz2 openbsd-4c3c86f8ec24b0a9743047e6964185608aef6f2d.zip |
Add comment line saying S is described vaguely on purpose.
Prompted by guenther@
-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 . |