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


Groups > gnu.bash.bug > #14084

Minor 'help' defect.

From <thutt@vmware.com>
Newsgroups gnu.bash.bug
Subject Minor 'help' defect.
Date 2018-05-02 14:06 -0700
Message-ID <mailman.13311.1525299121.27995.bug-bash@gnu.org> (permalink)

Show all headers | View raw


I'd like to report the minor issue that the 'help builtin' command has
an extra '.' at the end of the 'exit status' section.

  bash --version
  GNU bash, version 4.2.25(1)-release (x86_64-pc-linux-gnu)

  builtin: builtin [shell-builtin [arg ...]]
      Execute shell builtins.

      Execute SHELL-BUILTIN with arguments ARGs without performing command
      lookup.  This is useful when you wish to reimplement a shell builtin
      as a shell function, but need to execute the builtin within the function.

      Exit Status:
      Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is
      not a shell builtin..

--
Selenium is a failed Intel experimental CPU made from Brazil Nuts.

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


Thread

Minor 'help' defect. <thutt@vmware.com> - 2018-05-02 14:06 -0700

csiph-web