From: Sven Höxter Date: Fri, 28 Feb 2020 11:03:49 +0000 (+0100) Subject: update manpage entry for dumpheap to add dumpfile X-Git-Tag: debian/2.0-1~6 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fjattach.git;a=commitdiff_plain;h=00866600824dca327d930613f79c2382fc222765 update manpage entry for dumpheap to add dumpfile Clarify how dumpheap option works and that it requires a dumpfile name. --- diff --git a/debian/jattach.1 b/debian/jattach.1 index a12608d..22335f9 100644 --- a/debian/jattach.1 +++ b/debian/jattach.1 @@ -1,10 +1,10 @@ .\" Hey, EMACS: -*- nroff -*- -.\" (C) Copyright 2019 Sven Hoexter , +.\" (C) Copyright 2019-2020 Sven Hoexter , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH JATTACH 1 "September 06 2019" +.TH JATTACH 1 "February 28 2020" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -40,8 +40,8 @@ show heap and thread summary .B threaddump dump all stack traces (like jstack) .PP -.B dumpheap -dump heap (like jmap) +.B dumpheap mydumpfile.hprof +dump heap (like jmap -dump:live,format=b) .PP .B inspectheap create a heap histrogram (like jmap -histo)