diff options
author | otto <> | 2011-07-22 07:00:44 +0000 |
---|---|---|
committer | otto <> | 2011-07-22 07:00:44 +0000 |
commit | 6bfe3ab15fc108576b23dc239c3d8e63b0cdc7bb (patch) | |
tree | 55a901ddddacfaa0616b6646d79e55552c490705 /src | |
parent | d23335757704394cab27d36d6134ab5719fd2712 (diff) | |
download | openbsd-6bfe3ab15fc108576b23dc239c3d8e63b0cdc7bb.tar.gz openbsd-6bfe3ab15fc108576b23dc239c3d8e63b0cdc7bb.tar.bz2 openbsd-6bfe3ab15fc108576b23dc239c3d8e63b0cdc7bb.zip |
Show (in the example) that < and > can be used multiple times; ok jmc@
jasper@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 6b6e4f582e..6a012fd23d 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.69 2011/07/21 20:34:32 jasper Exp $ | 33 | .\" $OpenBSD: malloc.3,v 1.70 2011/07/22 07:00:44 otto Exp $ |
34 | .\" | 34 | .\" |
35 | .Dd $Mdocdate: July 21 2011 $ | 35 | .Dd $Mdocdate: July 22 2011 $ |
36 | .Dt MALLOC 3 | 36 | .Dt MALLOC 3 |
37 | .Os | 37 | .Os |
38 | .Sh NAME | 38 | .Sh NAME |
@@ -302,8 +302,9 @@ Decrease the size of the free page cache by a factor of two. | |||
302 | Increase the size of the free page cache by a factor of two. | 302 | Increase the size of the free page cache by a factor of two. |
303 | .El | 303 | .El |
304 | .Pp | 304 | .Pp |
305 | So to set a systemwide reduction of cache size and use guard pages: | 305 | So to set a systemwide reduction of the cache to a quarter of the |
306 | .Dl # ln -s 'G\*(Lt' /etc/malloc.conf | 306 | default size and use guard pages: |
307 | .Dl # ln -s 'G\*(Lt\*(Lt' /etc/malloc.conf | ||
307 | .Pp | 308 | .Pp |
308 | The flags are mostly for testing and debugging. | 309 | The flags are mostly for testing and debugging. |
309 | If a program changes behavior if any of these options (except | 310 | If a program changes behavior if any of these options (except |