Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16634
| From | Hongyi Zhao <hongyi.zhao@gmail.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | `help declare' don't show the same document with the online one. |
| Date | 2020-07-28 20:47 +0800 |
| Message-ID | <mailman.200.1595940461.2739.bug-bash@gnu.org> (permalink) |
| References | <CAGP6POJRc+J=3-9psywybQa+A_NJ0EqrBEdpbiTHkXtXCoWNVA@mail.gmail.com> |
Hi, On Ubuntu 20.04, I installed the latest git master version of bash. Then I check the document for declare built-in command and also check the online document located here: https://www.gnu.org/software/bash/manual/bash#Bash-Builtins. The online version of the document for declare told the following usage: declare declare [-aAfFgilnrtux] [-p] [name[=value] …] [...] The -p option will display the attributes and values of each name. When -p is used with name arguments, additional options, other than -f and -F, are ignored. But I can't find the same notes from the local version of the document for this command given by `help declare', any hints for this problem? Regards -- Hongyi Zhao <hongyi.zhao@gmail.com>
Back to gnu.bash.bug | Previous | Next | Find similar
`help declare' don't show the same document with the online one. Hongyi Zhao <hongyi.zhao@gmail.com> - 2020-07-28 20:47 +0800
csiph-web