diff options
author | qwx <qwx@sciops.net> | 2021-08-24 21:45:37 +0000 |
---|---|---|
committer | qwx <qwx@sciops.net> | 2021-08-24 21:45:37 +0000 |
commit | ad26f82e44a5f59383edfde5f4c3727c225f4b0a (patch) | |
tree | 0b4f775740f9815764673562ec73e1dcafc54972 /sys/man/1/leak | |
parent | fb2e0a1987b33083e3e08fa0659f99534c56d6aa (diff) |
man page fixes (thanks stuart morrow)
Diffstat (limited to 'sys/man/1/leak')
-rw-r--r-- | sys/man/1/leak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/leak b/sys/man/1/leak index 34fb471a7..45d91a0a1 100644 --- a/sys/man/1/leak +++ b/sys/man/1/leak @@ -158,7 +158,7 @@ The list is sorted by count in decreasing order. .I Umem prints summarizes all allocations, not just memory leaks, but it is faster and requires less memory than -.I leak . +.IR leak . .PP .I Kmem is like |