summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2014-09-26 22:19:52 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2014-09-26 22:27:20 +0800
commit66e922a2efb18b61fb042a106d380ec38bd76169 (patch)
treef2cc4cc7d790f49de499cd7a91f9e8c312be2d57 /ChangeLog
parent[MAN] Change characters for printf precision to bytes (diff)
downloaddash-66e922a2efb18b61fb042a106d380ec38bd76169.tar.gz
dash-66e922a2efb18b61fb042a106d380ec38bd76169.zip
[MAN] 0 and EXIT both work for exit traps
I saw a discussion in which there was some confusion over whether or not
you can use a symbolic name, since the manpage doesn't specifically say so.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f27fd7..501084c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
 	* Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin.
 	* Change "characters" for printf precision to "bytes".
 
+2014-09-26  Adam Buchbinder <adam.buchbinder@gmail.com>
+
+	* Clarify that 0 and EXIT are both acceptable for exit traps.
+
 2014-09-26  Harald van Dijk <harald@gigawatt.nl>
 
 	* command: allow combining -p with -v.