This commit is contained in:
Akim Demaille 2001-02-05 16:36:11 +00:00
parent 9b95287415
commit f2cdbc6f5e

View File

@ -5552,7 +5552,7 @@ Note that since @command{zsh} supports @command{unset}, you may unset
@evindex IFS
Don't set the first character of @code{IFS} to backslash. Indeed,
Bourne shells use the first character (backslash) when joining the
components in @samp{"$@"} and some shells then re-interpret (!) the
components in @samp{"$@@"} and some shells then re-interpret (!) the
backslash escapes, so you can end up with backspace and other strange
characters.