31 lines
841 B
Diff
31 lines
841 B
Diff
From b29ede1b052b5706581370ee98d2eccfbf700e77 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Marchand <jmarchan@redhat.com>
|
|
Date: Wed, 12 Dec 2018 10:50:08 +0100
|
|
Subject: [PATCH] manpage: remove non-existent -p option from the biotop
|
|
manpage
|
|
|
|
The biotop manpage references a -p option that the tools doesn't have,
|
|
and AFAICT, never had. It's only referenced in the manpage option, not
|
|
in the synopsis, in "biotop -h" output not biotop_example.txt.
|
|
---
|
|
man/man8/biotop.8 | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/man/man8/biotop.8 b/man/man8/biotop.8
|
|
index 8b872aa..ed25521 100644
|
|
--- a/man/man8/biotop.8
|
|
+++ b/man/man8/biotop.8
|
|
@@ -30,9 +30,6 @@ Don't clear the screen.
|
|
\-r MAXROWS
|
|
Maximum number of rows to print. Default is 20.
|
|
.TP
|
|
-\-p PID
|
|
-Trace this PID only.
|
|
-.TP
|
|
interval
|
|
Interval between updates, seconds.
|
|
.TP
|
|
--
|
|
2.19.2
|
|
|