Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2002 11:04:46 -0700 (PDT)
From:      "J. Mallett" <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ps keyword.c
Message-ID:  <200206061804.g56I4kv92086@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/06/06 11:04:46 PDT

  Modified files:
    bin/ps               keyword.c 
  Log:
  As per behaviour on SVR4 systems, to allow any desirable type of header in the
  override, seperate by comma (',') only, rather than any type of whitespace
  (the literal space character (' ') had already been removed from this list).
  
  This allows things like:
  miamivice# ps -opid='Process
  > Identifier'
  Process
  Identifier
                1350
                1445
                1450
  
  To work.
  
  Revision  Changes    Path
  1.44      +4 -2      src/bin/ps/keyword.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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