From owner-cvs-all Sat Jun 8 11:11:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EACD37B408; Sat, 8 Jun 2002 11:11:52 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IBqX26724; Sat, 8 Jun 2002 11:11:52 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206081811.g58IBqX26724@freefall.freebsd.org> From: "J. Mallett" Date: Sat, 8 Jun 2002 11:11:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.c ps.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/06/08 11:11:52 PDT Modified files: bin/ps keyword.c ps.1 Log: Allow whitespace to act as a delimiter in the keywords list given to the -o, again, but also allow it in the user-specified header, too. This is far more backwards compatible and SUSv3-happy than allowing only comma to seperate the keywords list. Submitted by: tjr Revision Changes Path 1.48 +12 -3 src/bin/ps/keyword.c 1.53 +2 -2 src/bin/ps/ps.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message