RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1308274 - Editorial problem with builtins(1) manpage (Doc Only)
Summary: Editorial problem with builtins(1) manpage (Doc Only)
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: bash
Version: 7.4
Hardware: All
OS: Linux
unspecified
low
Target Milestone: rc
: ---
Assignee: Siteshwar Vashisht
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-13 23:34 UTC by Noel McLoughlin
Modified: 2018-10-31 14:14 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1308273
Environment:
CentOS Linux release 7.2.1511 (Core) bash-4.2.46-19.el7.x86_64, /usr/share/man/man1/builtins.1.gz
Last Closed: 2018-10-31 14:14:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Noel McLoughlin 2016-02-13 23:34:44 UTC
+++ This bug was initially created as a clone of Bug #1308273 +++

Description of problem:

The builtins(1) man page consistently references sections which cannot be found in same builtins(1). This is confusing since builtins are key features of bash, one of the primary interface to Linux OS for power users.

REPLICATING ISSUE

1. Open builtins man page

$ man builtins

2. Find instances of following text.

(see Arrays above)
(see ARITHMETIC EVALUATION above)
(see READLINE above)
(see  SHELL GRAMMAR above) *2
(see COMMAND EXECUTION ENVIRONMENT above)
(see JOB CONTROL above) *
(see  Shell  Variables above)
(see Brace Expansion above)
(see Pattern Matching above)
(see Completing under READLINE above)
(see COMMENTS above)
(see INVOCATION above)
(see Pathname Expansion above)
(see Programmable Completion above) 

3. Note referenced section do not exist in builtins(1).



WORKAROUND

1. Open bash man page.
$ man bash

2. Note referenced section exist in bash(1).

Arrays
ARITHMETIC EVALUATION
READLINE
SHELL GRAMMAR
COMMAND EXECUTION ENVIRONMENT
JOB CONTROL
Shell  Variables
Brace Expansion
Pattern Matching
Completing under READLINE
COMMENTS
INVOCATION
Pathname Expansion
Programmable Completion

Comment 3 Siteshwar Vashisht 2017-01-18 15:10:35 UTC
The patch in comment 2 is not in upstream yet.

Comment 4 Siteshwar Vashisht 2018-10-31 14:14:54 UTC
I will look into fixing this in fedora/upstream, but it's not on priority for rhel 7. So closing as wontfix.


Note You need to log in before you can comment on or make changes to this bug.