| To: | Michael Newton <kimbrr@xxxxxxx>, Mark Goodwin <markgw@xxxxxxx> |
|---|---|
| Subject: | [PATCH 05/12] Fix pmval -f typo |
| From: | Nathan Scott <nscott@xxxxxxxxxx> |
| Date: | Mon, 20 Nov 2006 16:09:40 +1100 |
| Cc: | pcp@xxxxxxxxxxx |
| Organization: | Aconex |
| Reply-to: | nscott@xxxxxxxxxx |
| Sender: | pcp-bounce@xxxxxxxxxxx |
Cut and paste error in the diagnostics for pmval's -f option.
--
Nathan
Index: devel-pcp-2.5.99/src/pmval/pmval.c
===================================================================
--- devel-pcp-2.5.99.orig/src/pmval/pmval.c 2006-11-20
11:15:25.102763000 +1100
+++ devel-pcp-2.5.99/src/pmval/pmval.c 2006-11-20 11:17:07.785180250
+1100
@@ -1072,7 +1072,7 @@ getargs(int argc, /* in - command line
case 'f': /* fixed format count */
d = (int)strtol(optarg, &endnum, 10);
if (*endnum != '\0' || d < 0) {
- fprintf(stderr, "%s: -s requires +ve numeric argument\n", pmProgname);
+ fprintf(stderr, "%s: -f requires +ve numeric argument\n", pmProgname);
errflag++;
}
fixed = d;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 04/12] Fix pagefault metrics, Nathan Scott |
|---|---|
| Next by Date: | [PATCH 00/12] Series of small PCP fixups, Nathan Scott |
| Previous by Thread: | [PATCH 04/12] Fix pagefault metrics, Nathan Scott |
| Next by Thread: | [PATCH 00/12] Series of small PCP fixups, Nathan Scott |
| Indexes: | [Date] [Thread] [Top] [All Lists] |