Subject: CVS commit: src/bin/ps
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/27/2004 14:52:36
Module Name:	src
Committed By:	simonb
Date:		Sat Mar 27 14:52:36 UTC 2004

Modified Files:
	src/bin/ps: keyword.c print.c ps.1 ps.h

Log Message:
Add support for the POSIX.2 "args" and "comm" keywords.  "args" is just
an alias for "command", and "comm" shows just argv[0] and not the whole
argument list.

Fix for part of PR standards/11224.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/bin/ps/keyword.c
cvs rdiff -r1.87 -r1.88 src/bin/ps/print.c
cvs rdiff -r1.66 -r1.67 src/bin/ps/ps.1
cvs rdiff -r1.23 -r1.24 src/bin/ps/ps.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.