Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16383

errata in bash manual

From 홍홍 <jinbeomhong@gmail.com>
Newsgroups gnu.bash.bug
Subject errata in bash manual
Date 2020-06-16 21:34 +0900
Message-ID <mailman.1974.1592313099.2541.bug-bash@gnu.org> (permalink)
References <E462B6BE-A259-4957-81FF-7CD825B13FF7@gmail.com>

Show all headers | View raw


In this section https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion <https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion> (substring expansion)

If offset is 0, and the positional parameters are used, $@ is prefixed to the list.

should be

If offset is 0, and the positional parameters are used, $0 is prefixed to the list.

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

errata in bash manual 홍홍 <jinbeomhong@gmail.com> - 2020-06-16 21:34 +0900

csiph-web