From: Jonathan Nieder <jrnieder@xxxxxxxxx> 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 <jrnieder@xxxxxxxxx> --- 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 <jrnieder@xxxxxxxxx> + + * Clarify "trap '' signals" syntax in manual page. + 2014-06-11 Adam Buchbinder <adam.buchbinder@xxxxxxxxx> * 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html