diff options
author | 2000-06-07 09:44:27 +0000 | |
---|---|---|
committer | 2000-06-07 09:44:27 +0000 | |
commit | c6c7fddfb505afd2d198a8915d03bc97f310834c (patch) | |
tree | 9f613f4c3e5b1f784e322645ca0d6a12027ef384 | |
parent | Add 'show malloc' that prints out malloc debugging information if available. (diff) | |
download | wireguard-openbsd-c6c7fddfb505afd2d198a8915d03bc97f310834c.tar.xz wireguard-openbsd-c6c7fddfb505afd2d198a8915d03bc97f310834c.zip |
Document 'show malloc'.
-rw-r--r-- | share/man/man4/ddb.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 82713bf1c4f..ad970395d50 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ddb.4,v 1.18 2000/04/15 11:45:51 aaron Exp $ +.\" $OpenBSD: ddb.4,v 1.19 2000/06/07 09:44:27 art Exp $ .\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $ .\" .\" Mach Operating System @@ -601,6 +601,9 @@ If the modifieris specified the complete map is printed. .\" -------------------- +.It Ic show malloc +Prints malloc debugging information if available. +.\" -------------------- .It Xo .Ic show object .Op Cm /f |