Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-5] basesrc/bin/sh
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.
Home |
Main Index |
Thread Index |
Old Index