mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-02 01:40:49 +02:00
builtins now return success if supplied --help; use groff to build HTML man pages; reset mbstate if $'...' strings read an invalid multibyte sequence; read -t 0 now looks at other options (-n/-N/-d) and sets the terminal state appropriately
This commit is contained in:
+7
-7
@@ -5,17 +5,17 @@
|
||||
\entry{done}{12}{\code {done}}
|
||||
\entry{while}{12}{\code {while}}
|
||||
\entry{for}{12}{\code {for}}
|
||||
\entry{if}{12}{\code {if}}
|
||||
\entry{then}{12}{\code {then}}
|
||||
\entry{else}{12}{\code {else}}
|
||||
\entry{elif}{12}{\code {elif}}
|
||||
\entry{fi}{12}{\code {fi}}
|
||||
\entry{if}{13}{\code {if}}
|
||||
\entry{then}{13}{\code {then}}
|
||||
\entry{else}{13}{\code {else}}
|
||||
\entry{elif}{13}{\code {elif}}
|
||||
\entry{fi}{13}{\code {fi}}
|
||||
\entry{case}{13}{\code {case}}
|
||||
\entry{in}{13}{\code {in}}
|
||||
\entry{esac}{13}{\code {esac}}
|
||||
\entry{select}{14}{\code {select}}
|
||||
\entry{[[}{14}{\code {[[}}
|
||||
\entry{]]}{14}{\code {]]}}
|
||||
\entry{[[}{15}{\code {[[}}
|
||||
\entry{]]}{15}{\code {]]}}
|
||||
\entry{{\indexlbrace }}{18}{\code {{\tt \char 123}}}
|
||||
\entry{{\indexrbrace }}{18}{\code {{\tt \char 125}}}
|
||||
\entry{function}{19}{\code {function}}
|
||||
|
||||
Reference in New Issue
Block a user