diff options
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 16 |
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 |
209 | is called, even if the initial allocation was big enough. | 209 | is called, even if the initial allocation was big enough. |
210 | This can substantially aid in compacting memory. | 210 | This can substantially aid in compacting memory. |
211 | .Pp | 211 | .\".Pp |
212 | .It Cm U | 212 | .\".It Cm U |
213 | .Dq utrace . | 213 | .\".Dq utrace . |
214 | Generate entries for | 214 | .\"Generate entries for |
215 | .Xr ktrace 1 | 215 | .\".Xr ktrace 1 |
216 | for all operations. | 216 | .\"for all operations. |
217 | Consult 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 . |