Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/10/1998 11:40:03
kleink
Sun May 10 11:32:46 PDT 1998
Update of /cvsroot/src/bin/csh
In directory nb00:/tmp/cvs-serv21364

Modified Files:
	csh.1 proc.c 
Log Message:
* Add support for POSIX "kill [-s signame] pid" syntax; actually fixes PR 5327.
* Complete the "kill -l [exitstatus]" syntax.
* Sync with the documentation and no longer permit the use of full signal
  names in the "kill [-sig] pid" syntax, e.g. -SIGHUP.