svn commit: r279875 - head/usr.bin/procstat

Scott Long scottl at FreeBSD.org
Wed Mar 11 08:08:56 UTC 2015


Author: scottl
Date: Wed Mar 11 08:08:54 2015
New Revision: 279875
URL: https://svnweb.freebsd.org/changeset/base/279875

Log:
  Fix a typo and update the date in the man page.
  
  Submitted by:	emax
  Obtained from:	Netflix, Inc.
  MFC after:	3 days

Modified:
  head/usr.bin/procstat/procstat.1
  head/usr.bin/procstat/procstat.c

Modified: head/usr.bin/procstat/procstat.1
==============================================================================
--- head/usr.bin/procstat/procstat.1	Wed Mar 11 07:22:13 2015	(r279874)
+++ head/usr.bin/procstat/procstat.1	Wed Mar 11 08:08:54 2015	(r279875)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 16, 2014
+.Dd March 10, 2015
 .Dt PROCSTAT 1
 .Os
 .Sh NAME

Modified: head/usr.bin/procstat/procstat.c
==============================================================================
--- head/usr.bin/procstat/procstat.c	Wed Mar 11 07:22:13 2015	(r279874)
+++ head/usr.bin/procstat/procstat.c	Wed Mar 11 08:08:54 2015	(r279875)
@@ -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


More information about the svn-src-all mailing list