summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-11-05 21:31:22 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-11-05 21:31:22 +0000
commite928e5a36b997e4bd97df532396e4a2fa8c90959 (patch)
treeebef20ea85ac611f9b527a6eff5ec6037f6a66c3 /lib/libc/stdlib/malloc.3
parent6315f732e076e04a81f04f8907b1aad4343f18f7 (diff)
Comment out info on U (utrace) malloc option since we don't support it
on OpenBSD.
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r--lib/libc/stdlib/malloc.316
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index dcbc61e8846..e5451bb71bc 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -34,7 +34,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: malloc.3,v 1.22 2001/10/30 21:17:44 tdeval Exp $
+.\" $OpenBSD: malloc.3,v 1.23 2001/11/05 21:31:21 millert Exp $
.\"
.Dd August 27, 1996
.Dt MALLOC 3
@@ -208,13 +208,13 @@ Always reallocate when
.Fn realloc
is called, even if the initial allocation was big enough.
This can substantially aid in compacting memory.
-.Pp
-.It Cm U
-.Dq utrace .
-Generate entries for
-.Xr ktrace 1
-for all operations.
-Consult the source for this one.
+.\".Pp
+.\".It Cm U
+.\".Dq utrace .
+.\"Generate entries for
+.\".Xr ktrace 1
+.\"for all operations.
+.\"Consult the source for this one.
.Pp
.It Cm X
.Dq xmalloc .