Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2002 18:58:36 -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:  <200206050158.g551wbw50276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/06/04 18:58:36 PDT

  Modified files:
    bin/ps               keyword.c 
  Log:
  To comply with SUSv3, duplicate the variable contents for each given format,
  so that multiple -ovar=header lines do not overwrite eachother.
  
  This means that ps -ouser=USERNAME -ouser=WHO would now possibly print:
  USERNAME WHO
  juli     juli
  
  Whereas before it would be:
  WHO WHO
  juli juli
  
  Revision  Changes    Path
  1.40      +4 -1      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?200206050158.g551wbw50276>