diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-30 03:50:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-30 03:50:07 +0000 |
commit | 0080ea7992c4c0236ff58497e6342cbe4aafc0c3 (patch) | |
tree | 8c6884292950179d8a90249e8dea90ac11657bf9 | |
parent | 87824e0e50df1a09832bb3063a808b0a12f10d22 (diff) | |
download | busybox-w32-0080ea7992c4c0236ff58497e6342cbe4aafc0c3.tar.gz busybox-w32-0080ea7992c4c0236ff58497e6342cbe4aafc0c3.tar.bz2 busybox-w32-0080ea7992c4c0236ff58497e6342cbe4aafc0c3.zip |
update `trap` poisx link
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 8f99b59d3..a7aa32abe 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -4529,7 +4529,7 @@ int lash_main(int argc, char **argv) | |||
4529 | /* | 4529 | /* |
4530 | * Built-ins | 4530 | * Built-ins |
4531 | */ | 4531 | */ |
4532 | /* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_28 | 4532 | /* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#trap |
4533 | * | 4533 | * |
4534 | * Traps are also evaluated immediately instead of being delayed properly: | 4534 | * Traps are also evaluated immediately instead of being delayed properly: |
4535 | * http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_11 | 4535 | * http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_11 |