summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorotto <>2011-07-22 07:00:44 +0000
committerotto <>2011-07-22 07:00:44 +0000
commiteada7692d621312e25a8c6e87f95eedc904dfcdb (patch)
tree55a901ddddacfaa0616b6646d79e55552c490705 /src
parent73e3c85be6d80d28a93bd4dcba3ec44c99d50376 (diff)
downloadopenbsd-eada7692d621312e25a8c6e87f95eedc904dfcdb.tar.gz
openbsd-eada7692d621312e25a8c6e87f95eedc904dfcdb.tar.bz2
openbsd-eada7692d621312e25a8c6e87f95eedc904dfcdb.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.39
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.
302Increase the size of the free page cache by a factor of two. 302Increase the size of the free page cache by a factor of two.
303.El 303.El
304.Pp 304.Pp
305So to set a systemwide reduction of cache size and use guard pages: 305So to set a systemwide reduction of the cache to a quarter of the
306.Dl # ln -s 'G\*(Lt' /etc/malloc.conf 306default size and use guard pages:
307.Dl # ln -s 'G\*(Lt\*(Lt' /etc/malloc.conf
307.Pp 308.Pp
308The flags are mostly for testing and debugging. 309The flags are mostly for testing and debugging.
309If a program changes behavior if any of these options (except 310If a program changes behavior if any of these options (except