mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 04:30:44 +02:00
commit bash-20150731 snapshot
This commit is contained in:
+6
-6
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet.ramey@case.edu
|
||||
.\"
|
||||
.\" Last Change: Fri Jul 24 11:33:12 EDT 2015
|
||||
.\" Last Change: Fri Jul 31 11:16:37 EDT 2015
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2015 July 24" "GNU Bash 4.4"
|
||||
.TH BASH 1 "2015 July 31" "GNU Bash 4.4"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -477,8 +477,8 @@ A character that, when unquoted, separates words. One of the following:
|
||||
.br
|
||||
.RS
|
||||
.PP
|
||||
.if t \fB| & ; ( ) < > space tab\fP
|
||||
.if n \fB| & ; ( ) < > space tab\fP
|
||||
.if t \fB| & ; ( ) < > space tab newline\fP
|
||||
.if n \fB| & ; ( ) < > space tab newline\fP
|
||||
.RE
|
||||
.PP
|
||||
.TP
|
||||
@@ -7589,8 +7589,8 @@ The
|
||||
option inhibits the display of function definitions; only the
|
||||
function name and attributes are printed.
|
||||
If the \fBextdebug\fP shell option is enabled using \fBshopt\fP,
|
||||
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 \fIname\fP
|
||||
is defined are displayed as well. The
|
||||
.B \-F
|
||||
option implies
|
||||
.BR \-f .
|
||||
|
||||
+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
|
||||
|
||||
+2
-2
@@ -2,10 +2,10 @@
|
||||
Copyright (C) 1988-2015 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Fri Jul 24 11:32:31 EDT 2015
|
||||
@set LASTCHANGE Fri Jul 31 11:16:22 EDT 2015
|
||||
|
||||
@set EDITION 4.4
|
||||
@set VERSION 4.4
|
||||
|
||||
@set UPDATED 24 July 2015
|
||||
@set UPDATED 31 July 2015
|
||||
@set UPDATED-MONTH July 2015
|
||||
|
||||
Reference in New Issue
Block a user