summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
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 .