From: Jonathan Nieder <[email protected]> When the manpage states
| <action> may be null, which cause the specified signals to be ignored. it is not immediately obvious what it means for an action to be null. Clarify by explicitly referring to an empty string, as opposed to a NULL pointer or the string "null". Signed-off-by: Jonathan Nieder <[email protected]> --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 81df8d1..5559a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-11 Jonathan Nieder <[email protected]> + + * Clarify "trap '' signals" syntax in manual page. + 2014-06-11 Adam Buchbinder <[email protected]> * Clarify that 0 and EXIT are both acceptable for exit traps. -- 2.0.0.526.g5318336 -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
