diff options
| author | jmc <> | 2014-05-01 18:41:59 +0000 |
|---|---|---|
| committer | jmc <> | 2014-05-01 18:41:59 +0000 |
| commit | 15ad3b0d23f9e2a20509b1fe7a8582186bab8954 (patch) | |
| tree | 36e611e1964a73ea8cd82dff53cf2bdedafa7b7d /src/lib/libc/stdlib | |
| parent | 85eeaa704710f358f705afe6a185a5dfe3b00347 (diff) | |
| download | openbsd-15ad3b0d23f9e2a20509b1fe7a8582186bab8954.tar.gz openbsd-15ad3b0d23f9e2a20509b1fe7a8582186bab8954.tar.bz2 openbsd-15ad3b0d23f9e2a20509b1fe7a8582186bab8954.zip | |
tweak previous; ok sthen
Diffstat (limited to 'src/lib/libc/stdlib')
| -rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 5ac241c992..d738524c81 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.77 2014/04/30 23:28:05 sthen Exp $ | 33 | .\" $OpenBSD: malloc.3,v 1.78 2014/05/01 18:41:59 jmc Exp $ |
| 34 | .\" | 34 | .\" |
| 35 | .Dd $Mdocdate: April 30 2014 $ | 35 | .Dd $Mdocdate: May 1 2014 $ |
| 36 | .Dt MALLOC 3 | 36 | .Dt MALLOC 3 |
| 37 | .Os | 37 | .Os |
| 38 | .Sh NAME | 38 | .Sh NAME |
| @@ -275,7 +275,7 @@ Freed chunks are filled with 0xdf. | |||
| 275 | .Dq Don't Junk . | 275 | .Dq Don't Junk . |
| 276 | By default, small chunks are always junked, and the first part of pages | 276 | By default, small chunks are always junked, and the first part of pages |
| 277 | is junked after free. | 277 | is junked after free. |
| 278 | This flag disables the default so that no junking is performed. | 278 | This option ensures that no junking is performed. |
| 279 | .It Cm P | 279 | .It Cm P |
| 280 | .Dq Move allocations within a page. | 280 | .Dq Move allocations within a page. |
| 281 | Allocations larger than half a page but smaller than a page | 281 | Allocations larger than half a page but smaller than a page |
