bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

-i option of set missing in man bash


From: Peng Yu
Subject: -i option of set missing in man bash
Date: Wed, 11 Mar 2015 17:59:03 -0500

Hi,

The -i option obviously works with set. But it is missing in the man
page. Should this be added?

~$ echo $-
himBH
~$ set +i
~$ echo $-
hmBH

The following lines are from the man page.

       set [--abefhkmnptuvxBCEHPT] [-o option-name] [arg ...]
       set [+abefhkmnptuvxBCEHPT] [+o option-name] [arg ...]

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]