diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 6fd362b93b..42b69f038f 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: malloc.3,v 1.7 1997/08/23 10:43:24 pefo Exp $ | 36 | .\" $OpenBSD: malloc.3,v 1.8 1998/04/28 07:36:47 deraadt Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd August 27, 1996 | 38 | .Dd August 27, 1996 |
39 | .Dt MALLOC 3 | 39 | .Dt MALLOC 3 |
@@ -164,7 +164,9 @@ is called, even if the initial allocation was big enough. | |||
164 | This can substantially aid in compacting memory. | 164 | This can substantially aid in compacting memory. |
165 | 165 | ||
166 | .It U | 166 | .It U |
167 | ``utrace'' generate entries for ktrace(1) for all operations. | 167 | ``utrace'' generate entries for |
168 | .Xr ktrace 1 | ||
169 | for all operations. | ||
168 | Consult the source for this one. | 170 | Consult the source for this one. |
169 | 171 | ||
170 | .It X | 172 | .It X |