diff options
| author | Scott Long <scottl@FreeBSD.org> | 2015-03-11 08:08:54 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2015-03-11 08:08:54 +0000 |
| commit | a506f1dd7f7bb6766752159becf44437d1c79611 (patch) | |
| tree | be8735338a5dcbd64c4b74ff7d890d4788df0484 | |
| parent | f810bf0eaf9cae9abe64524c8706875e8fdfa0ec (diff) | |
Notes
| -rw-r--r-- | usr.bin/procstat/procstat.1 | 2 | ||||
| -rw-r--r-- | usr.bin/procstat/procstat.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index 5cc7cc8785cc3..3ef39ebc0c2bb 100644 --- a/usr.bin/procstat/procstat.1 +++ b/usr.bin/procstat/procstat.1 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 16, 2014 +.Dd March 10, 2015 .Dt PROCSTAT 1 .Os .Sh NAME diff --git a/usr.bin/procstat/procstat.c b/usr.bin/procstat/procstat.c index 0be90c3340666..48a2135180a2e 100644 --- a/usr.bin/procstat/procstat.c +++ b/usr.bin/procstat/procstat.c @@ -40,7 +40,7 @@ #include "procstat.h" static int aflag, bflag, cflag, eflag, fflag, iflag, jflag, kflag, lflag, rflag; -static int sflag, tflag, vflag, xflag, Sflag;; +static int sflag, tflag, vflag, xflag, Sflag; int hflag, nflag, Cflag, Hflag; static void |
