diff options
Diffstat (limited to 'doc/bash.html')
-rw-r--r-- | doc/bash.html | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/doc/bash.html b/doc/bash.html index 56e04b8f..41779565 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -3,7 +3,7 @@ </HEAD> <BODY><TABLE WIDTH=100%> <TR> -<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2015 June 11<TH ALIGN=RIGHT width=33%>BASH(1) +<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2015 August 15<TH ALIGN=RIGHT width=33%>BASH(1) </TR> </TABLE> <BR><A HREF="#index">Index</A> @@ -622,7 +622,7 @@ A character that, when unquoted, separates words. One of the following: <DL COMPACT><DT><DD> <P> -<B>| & ; ( ) < > space tab</B> +<B>| & ; ( ) < > space tab newline</B> </DL> @@ -1950,6 +1950,14 @@ Use </FONT> to obtain the current line number. +<DT><B>BASH_LOADABLES_PATH</B> + +<DD> +A colon-separated list of directories in which the shell looks for +dynamically loadable builtins specified by the +<B>enable</B> + +command. <DT><B>BASH_REMATCH</B> <DD> @@ -2148,7 +2156,7 @@ Assignments to <FONT SIZE=-1><B>FUNCNAME</B> </FONT> -have no effect and return an error status. +have no effect. If <FONT SIZE=-1><B>FUNCNAME</B> @@ -2175,7 +2183,7 @@ Assignments to <FONT SIZE=-1><B>GROUPS</B> </FONT> -have no effect and return an error status. +have no effect. If <FONT SIZE=-1><B>GROUPS</B> @@ -8919,7 +8927,8 @@ accepts to signify the end of the options. The <B>:</B>, <B>true</B>, <B>false</B>, and <B>test</B> builtins do not accept options and do not treat <B>--</B> specially. -The <B>exit</B>, <B>logout</B>, <B>break</B>, <B>continue</B>, <B>let</B>, +The <B>exit</B>, <B>logout</B>, <B>return</B>, +<B>break</B>, <B>continue</B>, <B>let</B>, and <B>shift</B> builtins accept and process arguments beginning with <B>-</B> without requiring <B>--</B>. Other builtins that accept arguments but are not specified as accepting @@ -9679,8 +9688,8 @@ The option inhibits the display of function definitions; only the function name and attributes are printed. If the <B>extdebug</B> shell option is enabled using <B>shopt</B>, -the source file name and line number where the function is defined -are displayed as well. The +the source file name and line number where each <I>name</I> +is defined are displayed as well. The <B>-F</B> option implies @@ -9817,6 +9826,7 @@ command; the <B>popd</B> command removes entries from the list. +The current directory is always the first directory in the stack. <DL COMPACT><DT><DD> <DL COMPACT> @@ -11001,7 +11011,7 @@ The return value is zero on success, non-zero on failure. Adds a directory to the top of the directory stack, or rotates the stack, making the new top of the stack the current working -directory. With no arguments, exchanges the top two directories +directory. With no arguments, <B>pushd</B> exchanges the top two directories and returns 0, unless the directory stack is empty. Arguments, if supplied, have the following meanings: <DL COMPACT><DT><DD> @@ -11010,8 +11020,8 @@ Arguments, if supplied, have the following meanings: <DT><B>-n</B> <DD> -Suppresses the normal change of directory when adding directories -to the stack, so that only the stack is manipulated. +Suppresses the normal change of directory when rotating or +adding directories to the stack, so that only the stack is manipulated. <DT><B>+</B><I>n</I><DD> Rotates the stack so that the <I>n</I>th directory (counting from the left of the list shown by @@ -13377,7 +13387,7 @@ There may be only one active coprocess at a time. <HR> <TABLE WIDTH=100%> <TR> -<TH ALIGN=LEFT width=33%>GNU Bash 4.4<TH ALIGN=CENTER width=33%>2015 June 11<TH ALIGN=RIGHT width=33%>BASH(1) +<TH ALIGN=LEFT width=33%>GNU Bash 4.4<TH ALIGN=CENTER width=33%>2015 August 15<TH ALIGN=RIGHT width=33%>BASH(1) </TR> </TABLE> <HR> @@ -13483,6 +13493,6 @@ There may be only one active coprocess at a time. </DL> <HR> This document was created by man2html from bash.1.<BR> -Time: 10 July 2015 10:23:17 EDT +Time: 18 August 2015 16:27:16 EDT </BODY> </HTML> |