Typo in Bash Reference Manual
Bobby Jack <[email protected]>
| Newsgroups | gmane.comp.shells.bash.bugs |
|---|---|
| Message-ID | <CA+Z6nYtH0R8yv=sLChYSBfqnSW_3V_J8f=2uOBkMzba1--hpJw@mail.gmail.com> |
The GNU Bash Reference Manual 5.3 https://www.gnu.org/software/bash/manual/bash.html#Here-Documents Text reads: > If the redirection operator is ‘<<-’, the shell strips leading tab characters are stripped from input lines and the line containing delimiter. The verb "strip" is repeated. Text should read, e.g.: > If the redirection operator is ‘<<-’, the shell strips leading tab characters from input lines and the line containing delimiter. Or, maybe: > If the redirection operator is ‘<<-’, leading tab characters are stripped from input lines and the line containing delimiter. Regards, — Bobby