diff options
author | 1998-04-28 07:36:25 +0000 | |
---|---|---|
committer | 1998-04-28 07:36:25 +0000 | |
commit | d4a5065bd43dc3d22f6fa238ea88f6f6ccb04cf3 (patch) | |
tree | 4f4699ba31e29b2bb39badb4ff5496c02182ba91 /lib/libc/stdlib/malloc.3 | |
parent | Make kernel compile if we have IDE controller but no wd drive. (diff) | |
download | wireguard-openbsd-d4a5065bd43dc3d22f6fa238ea88f6f6ccb04cf3.tar.xz wireguard-openbsd-d4a5065bd43dc3d22f6fa238ea88f6f6ccb04cf3.zip |
use Xr more often
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 6fd362b93b2..42b69f038fc 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.7 1997/08/23 10:43:24 pefo Exp $ +.\" $OpenBSD: malloc.3,v 1.8 1998/04/28 07:36:47 deraadt Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -164,7 +164,9 @@ is called, even if the initial allocation was big enough. This can substantially aid in compacting memory. .It U -``utrace'' generate entries for ktrace(1) for all operations. +``utrace'' generate entries for +.Xr ktrace 1 +for all operations. Consult the source for this one. .It X |