diff options
Diffstat (limited to 'doc/bash.0')
-rw-r--r-- | doc/bash.0 | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -1614,9 +1614,9 @@ EEXXPPAANNSSIIOONN each word for the characters **, ??, and [[. If one of these characters appears, then the word is regarded as a _p_a_t_t_e_r_n, and replaced with an alphabetically sorted list of file names matching the pattern. If no - matching file names are found, and the shell option nnuullllgglloobb is dis- - abled, the word is left unchanged. If the nnuullllgglloobb option is set, and - no matches are found, the word is removed. If the ffaaiillgglloobb shell + matching file names are found, and the shell option nnuullllgglloobb is not + enabled, the word is left unchanged. If the nnuullllgglloobb option is set, + and no matches are found, the word is removed. If the ffaaiillgglloobb shell option is set, and no matches are found, an error message is printed and the command is not executed. If the shell option nnooccaasseegglloobb is enabled, the match is performed without regard to the case of alpha- @@ -1840,7 +1840,7 @@ RREEDDIIRREECCTTIIOONN HHeerree DDooccuummeennttss This type of redirection instructs the shell to read input from the - current source until a line containing only _w_o_r_d (with no trailing + current source until a line containing only _d_e_l_i_m_i_t_e_r (with no trailing blanks) is seen. All of the lines read up to that point are then used as the standard input for a command. @@ -4487,10 +4487,10 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS not be reset. In _p_o_s_i_x _m_o_d_e, only shell variables are listed. The output is sorted according to the current locale. When options are specified, they set or unset shell attributes. Any - arguments remaining after the options are processed are treated - as values for the positional parameters and are assigned, in - order, to $$11, $$22, ...... $$_n. Options, if specified, have the fol- - lowing meanings: + arguments remaining after option processing are treated as val- + ues for the positional parameters and are assigned, in order, to + $$11, $$22, ...... $$_n. Options, if specified, have the following + meanings: --aa Automatically mark variables and functions which are modified or created for export to the environment of subsequent commands. @@ -4555,7 +4555,8 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS nnoocclloobbbbeerr Same as --CC. nnooeexxeecc Same as --nn. - nnoogglloobb Same as --ff. nnoolloogg Currently ignored. + nnoogglloobb Same as --ff. + nnoolloogg Currently ignored. nnoottiiffyy Same as --bb. nnoouunnsseett Same as --uu. oonneeccmmdd Same as --tt. |