commit bash-20170210 snapshot

This commit is contained in:
Chet Ramey
2017-02-22 11:09:11 -05:00
parent 7e92fb358b
commit ac495185aa
17 changed files with 211 additions and 72 deletions
+5 -5
View File
@@ -5,12 +5,12 @@
.\" Case Western Reserve University
.\" chet.ramey@case.edu
.\"
.\" Last Change: Fri Feb 3 16:01:50 EST 2017
.\" Last Change: Thu Feb 9 15:46:36 EST 2017
.\"
.\" bash_builtins, strip all but Built-Ins section
.if \n(zZ=1 .ig zZ
.if \n(zY=1 .ig zY
.TH BASH 1 "2017 February 3" "GNU Bash 4.4"
.TH BASH 1 "2017 February 9" "GNU Bash 4.4"
.\"
.\" There's some problem with having a `@'
.\" in a tagged paragraph with the BSD man macros.
@@ -50,8 +50,8 @@ bash \- GNU Bourne-Again SHell
[options]
[command_string | file]
.SH COPYRIGHT
.if n Bash is Copyright (C) 1989-2016 by the Free Software Foundation, Inc.
.if t Bash is Copyright \(co 1989-2016 by the Free Software Foundation, Inc.
.if n Bash is Copyright (C) 1989-2017 by the Free Software Foundation, Inc.
.if t Bash is Copyright \(co 1989-2017 by the Free Software Foundation, Inc.
.SH DESCRIPTION
.B Bash
is an \fBsh\fR-compatible command language interpreter that
@@ -4017,7 +4017,7 @@ A variant of here documents, the format is:
.RE
.PP
The \fIword\fP undergoes
brace expansion, tilde expansion, parameter and variable expansion,
tilde expansion, parameter and variable expansion,
command substitution, arithmetic expansion, and quote removal.
Pathname expansion and word splitting are not performed.
The result is supplied as a single string, with a newline appended,