Subject: CVS commit: [netbsd-1-5] basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 02/23/2002 17:54:11
Module Name: basesrc
Committed By: he
Date: Sat Feb 23 15:54:10 UTC 2002
Modified Files:
basesrc/bin/sh [netbsd-1-5]: sh.1
Log Message:
Pull up revision 1.41 (requested by jonb):
Extend functionality of the trap builtin, which now more closely
follows POSIX recommendations:
o accept signal names as well as signal numbers
o add ``-l'' option which outputs list of valid signals
o add signal EXIT to list of valid signals
o an ``-'' in the action part will reset signal to default behaviour
o changed standard output of ``trap'' to make it suitable as
subsequent input
To generate a diff of this commit:
cvs rdiff -r1.33.4.6 -r1.33.4.7 basesrc/bin/sh/sh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.