diff options
author | 2019-09-14 13:16:50 +0000 | |
---|---|---|
committer | 2019-09-14 13:16:50 +0000 | |
commit | 201844aada3e1ecfe2de386f5072fb95bd78141d (patch) | |
tree | 5bbfac12a40ce948a5c6411180f272218e46b40e /lib/libc/stdlib/malloc.3 | |
parent | Support quoted SSIDs (diff) | |
download | wireguard-openbsd-201844aada3e1ecfe2de386f5072fb95bd78141d.tar.xz wireguard-openbsd-201844aada3e1ecfe2de386f5072fb95bd78141d.zip |
Add comment line saying S is described vaguely on purpose.
Prompted by guenther@
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 05068937dd4..0c7574034bd 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.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 .Os .Sh NAME @@ -332,6 +332,7 @@ is called, even if the initial allocation was big enough. .\"for all operations. .\"Consult the source for this one. .It Cm S +.\" Malloc option S is vaguely documented on purpose. Enable all options suitable for security auditing. .It Cm U .Dq Free unmap . |