diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-11-05 21:31:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-11-05 21:31:22 +0000 |
commit | e928e5a36b997e4bd97df532396e4a2fa8c90959 (patch) | |
tree | ebef20ea85ac611f9b527a6eff5ec6037f6a66c3 /lib/libc/stdlib/malloc.3 | |
parent | 6315f732e076e04a81f04f8907b1aad4343f18f7 (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.3 | 16 |
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 . |