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


Groups > gnu.bash.bug > #14339 > unrolled thread

Issue – Invalid command documented – BASH_BUILTINS(1) –

Started byRicky Tigg <ricky.tigg@gmail.com>
First post2018-07-14 16:38 +0200
Last post2018-07-14 16:38 +0200
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug


Contents

  Issue – Invalid command documented – BASH_BUILTINS(1) – Ricky Tigg <ricky.tigg@gmail.com> - 2018-07-14 16:38 +0200

#14339 — Issue – Invalid command documented – BASH_BUILTINS(1) –

FromRicky Tigg <ricky.tigg@gmail.com>
Date2018-07-14 16:38 +0200
SubjectIssue – Invalid command documented – BASH_BUILTINS(1) –
Message-ID<mailman.3574.1531581273.1292.bug-bash@gnu.org>
OS: Fedora; Component: bash.x86_64 4.4.23-1.fc28 @updates

Description: Non-valid documented command 'BASH_BUILTINS(1)'.

$ man 1 bash_builtins
No manual entry for bash_builtins in section 1
$ man bash_builtins
No manual entry for bash_builtins

Additional informations:
$ apropos bash
(...)
alias (1)            - bash built-in commands, see bash(1)
(...)

$ man alias
BASH_BUILTINS(1)                                         General Commands
Manual                                        BASH_BUILTINS(1)

NAME
       bash, :, ., [, alias, (...), wait - bash built-in commands, see
bash(1)

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web