bash reference manual 5.3 mistype

in_many <[email protected]> Tue, 23 Jun 2026 10:03:51 +0300
Newsgroups gmane.comp.shells.bash.bugs
Message-ID <[email protected]>
hello
bash reference manual 5.3 p.44 string:

`arithmetic expansion, the character sequence \newline is treated
literally, and =E2=80=98\=E2=80=99 must'

must be written:

`arithmetic expansion, the character sequence \<some_character> is
treated literally, and =E2=80=98\=E2=80=99 must'

or similar. as \newline is a line continuation. thnk.