Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2004 20:01:51 -0700 (PDT)
From:      Garance A Drosehn <gad@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ps ps.c
Message-ID:  <200406010301.i5131p0H026376@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gad         2004/05/31 20:01:51 PDT

  FreeBSD src repository

  Modified files:
    bin/ps               ps.c 
  Log:
  Fix so `ps' catches and complains about null-values specified for a
  process id, instead of using pid==0.  Ie, `ps -p 12,' and `ps -p ,12'
  are now errors (instead of being treated like `ps -p 0 -p 12').
  
  Noticed by:     Cyrille Lefevre on freebsd-arch
  
  Revision  Changes    Path
  1.94      +8 -3      src/bin/ps/ps.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406010301.i5131p0H026376>