summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-11-05 21:31:21 +0000
committermillert <millert@openbsd.org>2001-11-05 21:31:21 +0000
commitf362bafe8b1600ef11693c20f669e84f577551e3 (patch)
tree6482494843698b13b584eb82738b0a5dfcc75042 /lib/libc/stdlib/malloc.3
parenttypo. (diff)
downloadwireguard-openbsd-f362bafe8b1600ef11693c20f669e84f577551e3.tar.xz
wireguard-openbsd-f362bafe8b1600ef11693c20f669e84f577551e3.zip
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 .