diff --git a/doc/bash.0 b/doc/bash.0 index 7f6504aa..c5b9026a 100644 --- a/doc/bash.0 +++ b/doc/bash.0 @@ -6043,8 +6043,8 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS _n_a_m_e will be unset rather than the variable it references. --nn has no effect if the --ff option is supplied. If no options are supplied, each _n_a_m_e refers to a variable; if there is no vari- - able by that name, any function with that name is unset. Each - unset variable or function is removed from the environment + able by that name, a function with that name, if any, is unset. + Each unset variable or function is removed from the environment passed to subsequent commands. If any of BBAASSHH__AALLIIAASSEESS, BBAASSHH__AARRGGVV00, BBAASSHH__CCMMDDSS, BBAASSHH__CCOOMMMMAANNDD, BBAASSHH__SSUUBBSSHHEELLLL, BBAASSHHPPIIDD, CCOOMMPP__WWOORRDDBBRREEAAKKSS, DDIIRRSSTTAACCKK, EEPPOOCCHHRREEAALLTTIIMMEE, EEPPOOCCHHSSEECCOONNDDSS, FFUUNNCC-- diff --git a/doc/bash.html b/doc/bash.html index 6db72eb5..b01e3d81 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -13663,7 +13663,7 @@ attribute, name will be unset rather than the variable it references. -n has no effect if the -f option is supplied. If no options are supplied, each name refers to a variable; if -there is no variable by that name, any function with that name is +there is no variable by that name, a function with that name, if any, is unset. Each unset variable or function is removed from the environment passed to subsequent commands. @@ -14150,6 +14150,6 @@ There may be only one active coprocess at a time.