From e3e6eb60e1c0bf77207b8b47eebe7c1d3c1a3457 Mon Sep 17 00:00:00 2001 From: Mohammad Noor Date: Mon, 27 Dec 2021 19:27:20 +0000 Subject: [PATCH] docs: Fixup cpudist pid example in man page -P prints all by process id -p prints specific process id also fixed port num in example --- man/man8/cpudist.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/cpudist.8 b/man/man8/cpudist.8 index 6ee1f3bf..b5179102 100644 --- a/man/man8/cpudist.8 +++ b/man/man8/cpudist.8 @@ -68,9 +68,9 @@ Print 1 second summaries, using milliseconds as units for the histogram, and inc # .B cpudist \-mT 1 .TP -Trace PID 186 only, 1 second summaries: +Trace PID 185 only, 1 second summaries: # -.B cpudist -P 185 1 +.B cpudist -p 185 1 .SH FIELDS .TP usecs -- 2.34.1