Bug 1129

Summary: -i option of bash set command not mentioned in man page.
Product: [Retired] Red Hat Linux Reporter: swear
Component: bashAssignee: David Lawrence <dkl>
Status: CLOSED WORKSFORME QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-03-18 16:47:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description swear 1999-02-12 17:33:28 UTC
The bash man page has no entry for the "set" built-in
command's option "-i" which I can examine with (echo "'$-'")
and which I can set and unset with (set -i) and (set +i).

Comment 1 David Lawrence 1999-03-18 16:47:59 UTC
bash-1.14.7-14 has documentiation for the -i option in the man page.