summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2016-02-19 23:27:17 +0000
committertb <tb@openbsd.org>2016-02-19 23:27:17 +0000
commit90400acbd8f80ca9bf9322cae8870dd8c4586e87 (patch)
tree7e763b11076ec2351f450edff47b9f43014f7ad2
parentbelatedly bump bootstrap version after mdrandom() changes; ok deraadt@ (diff)
downloadwireguard-openbsd-90400acbd8f80ca9bf9322cae8870dd8c4586e87.tar.xz
wireguard-openbsd-90400acbd8f80ca9bf9322cae8870dd8c4586e87.zip
Fix grammar by splitting a longish sentence.
ok jmc@
-rw-r--r--share/man/man5/malloc.conf.57
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/malloc.conf.5 b/share/man/man5/malloc.conf.5
index 17cb28d0428..e8e9a823d2c 100644
--- a/share/man/man5/malloc.conf.5
+++ b/share/man/man5/malloc.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: malloc.conf.5,v 1.5 2016/01/12 18:56:39 deraadt Exp $
+.\" $OpenBSD: malloc.conf.5,v 1.6 2016/02/19 23:27:17 tb Exp $
.\"
.\" Copyright (c) 2012 Damien Miller <djm@openbsd.org>
.\" Copyright (c) 2008, 2009, 2010, 2011 Otto Moerbeek <otto@drijf.net>
@@ -17,7 +17,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 12 2016 $
+.Dd $Mdocdate: February 19 2016 $
.Dt MALLOC.CONF 5
.Os
.Sh NAME
@@ -86,7 +86,8 @@ Freed chunks are filled with 0xdf.
.It Cm j
.Dq Don't Junk .
By default, small chunks are always junked, and the first part of pages
-is junked after free and its reuse is delayed.
+is junked after free.
+The reuse of freed memory is delayed.
After the delay, the filling pattern is validated
and the process is aborted if the pattern was modified.
This option ensures that no junking is performed.