summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authormillert <>2001-11-05 21:31:21 +0000
committermillert <>2001-11-05 21:31:21 +0000
commit019c77f8181d37307145c2313dcc218b99e714f9 (patch)
tree7614cdb8dad4dd5545fceda9e6a0c7d0754b8ad3 /src/lib
parent98cfa3bd8f19df13f8aefd2fd852a23cd535f945 (diff)
downloadopenbsd-019c77f8181d37307145c2313dcc218b99e714f9.tar.gz
openbsd-019c77f8181d37307145c2313dcc218b99e714f9.tar.bz2
openbsd-019c77f8181d37307145c2313dcc218b99e714f9.zip
Comment out info on U (utrace) malloc option since we don't support it
on OpenBSD.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/stdlib/malloc.316
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index dcbc61e884..e5451bb71b 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -34,7 +34,7 @@
34.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 34.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35.\" SUCH DAMAGE. 35.\" SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: malloc.3,v 1.22 2001/10/30 21:17:44 tdeval Exp $ 37.\" $OpenBSD: malloc.3,v 1.23 2001/11/05 21:31:21 millert Exp $
38.\" 38.\"
39.Dd August 27, 1996 39.Dd August 27, 1996
40.Dt MALLOC 3 40.Dt MALLOC 3
@@ -208,13 +208,13 @@ Always reallocate when
208.Fn realloc 208.Fn realloc
209is called, even if the initial allocation was big enough. 209is called, even if the initial allocation was big enough.
210This can substantially aid in compacting memory. 210This can substantially aid in compacting memory.
211.Pp 211.\".Pp
212.It Cm U 212.\".It Cm U
213.Dq utrace . 213.\".Dq utrace .
214Generate entries for 214.\"Generate entries for
215.Xr ktrace 1 215.\".Xr ktrace 1
216for all operations. 216.\"for all operations.
217Consult the source for this one. 217.\"Consult the source for this one.
218.Pp 218.Pp
219.It Cm X 219.It Cm X
220.Dq xmalloc . 220.Dq xmalloc .