mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-19 09:52:53 +02:00
commit bash-20150731 snapshot
This commit is contained in:
+2
-2
@@ -243,7 +243,7 @@ A mechanism by which users can selectively stop (suspend) and restart
|
||||
@item metacharacter
|
||||
@cindex metacharacter
|
||||
A character that, when unquoted, separates words. A metacharacter is
|
||||
a @code{blank} or one of the following characters:
|
||||
a @code{space}, @code{tab}, @code{newline}, or one of the following characters:
|
||||
@samp{|}, @samp{&}, @samp{;}, @samp{(}, @samp{)}, @samp{<}, or
|
||||
@samp{>}.
|
||||
|
||||
@@ -3998,7 +3998,7 @@ The @option{-F} option inhibits the display of function definitions;
|
||||
only the function name and attributes are printed.
|
||||
If the @code{extdebug} shell option is enabled using @code{shopt}
|
||||
(@pxref{The Shopt Builtin}), the source file name and line number where
|
||||
the function is defined are displayed as well.
|
||||
each @var{name} is defined are displayed as well.
|
||||
@option{-F} implies @option{-f}.
|
||||
|
||||
The @option{-g} option forces variables to be created or modified at
|
||||
|
||||
Reference in New Issue
Block a user