commit | 0080ea7992c4c0236ff58497e6342cbe4aafc0c3 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Mar 30 03:50:07 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Mar 30 03:50:07 2009 +0000 |
tree | 8c6884292950179d8a90249e8dea90ac11657bf9 | |
parent | 87824e0e50df1a09832bb3063a808b0a12f10d22 [diff] [blame] |
update `trap` poisx link
diff --git a/shell/hush.c b/shell/hush.c index 8f99b59..a7aa32a 100644 --- a/shell/hush.c +++ b/shell/hush.c
@@ -4529,7 +4529,7 @@ /* * Built-ins */ -/* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_28 +/* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#trap * * Traps are also evaluated immediately instead of being delayed properly: * http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_11