pcp
[Top] [All Lists]

[PATCH] Replace xwsh with xterm

To: pcp developers <pcp@xxxxxxxxxxx>
Subject: [PATCH] Replace xwsh with xterm
From: Marko Myllynen <myllynen@xxxxxxxxxx>
Date: Thu, 5 May 2016 16:46:05 +0300
Delivered-to: pcp@xxxxxxxxxxx
Organization: Red Hat
Reply-to: Marko Myllynen <myllynen@xxxxxxxxxx>
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0
dbpmda/util.c was already using xterm.

diff --git a/man/man1/dbpmda.1 b/man/man1/dbpmda.1
index 049c7a5..ea7de97 100644
--- a/man/man1/dbpmda.1
+++ b/man/man1/dbpmda.1
@@ -325,7 +325,7 @@ The
 command (usage: 
 .B watch
 .I filename
-) opens an xwsh window which tails the specified log file.  
+) opens an xterm window which tails the specified log file.  
 This window must be closed by the user when no longer required.
 .PP
 The
diff --git a/man/man1/pmie.1 b/man/man1/pmie.1
index b3d41a5..2b7e987 100644
--- a/man/man1/pmie.1
+++ b/man/man1/pmie.1
@@ -330,7 +330,7 @@ If the high context switch rate is sustained for 10 
consecutive samples,
 then launch
 .BR top (1)
 in an
-.BR xwsh (1)
+.BR xterm (1)
 window to monitor processes, but do this at most once every 5 minutes:
 .P
 .ft CW
@@ -338,7 +338,7 @@ window to monitor processes, but do this at most once every 
5 minutes:
 .in +0.5i
 all_sample (
     kernel.all.pswitch @0..9 > 10 Kcount/sec * hinv.ncpu
-) -> shell 5 min "xwsh \-e 'top'";
+) -> shell 5 min "xterm \-e 'top'";
 .in
 .fi
 .ft 1
diff --git a/qa/226.out b/qa/226.out
index 82e6af8..8d80868 100644
--- a/qa/226.out
+++ b/qa/226.out
@@ -201,7 +201,7 @@ dbpmda> help watch
 
 watch logfilename
 
-A xwsh window is opened which tails the specified log file.  This window
+An xterm window is opened which tails the specified log file.  This window
 must be closed by the user when no longer required.
 
 dbpmda> 
diff --git a/src/dbpmda/src/util.c b/src/dbpmda/src/util.c
index 6964dbe..278ace8 100644
--- a/src/dbpmda/src/util.c
+++ b/src/dbpmda/src/util.c
@@ -443,7 +443,7 @@ dohelp(int command, int full)
                break;
            case WATCH:
                puts(
-"A xwsh window is opened which tails the specified log file.  This window\n"
+"An xterm window is opened which tails the specified log file.  This window\n"
 "must be closed by the user when no longer required.\n");
                break;
            case WAIT:
diff --git a/src/pmie/examples/upm.01 b/src/pmie/examples/upm.01
index d83bd79..cdbf514 100644
--- a/src/pmie/examples/upm.01
+++ b/src/pmie/examples/upm.01
@@ -1,4 +1,4 @@
 all_sample (
     kernel.all.pswitch @0..9 > 10 Kcount/sec * hinv.ncpu
-) -> shell 5 min "xwsh -e 'top'";
+) -> shell 5 min "xterm -e 'top'";
 

Thanks,

-- 
Marko Myllynen

<Prev in Thread] Current Thread [Next in Thread>