mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 05:00:49 +02:00
commit bash-20170428 snapshot
This commit is contained in:
+9
-3
@@ -5,12 +5,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet.ramey@case.edu
|
||||
.\"
|
||||
.\" Last Change: Tue Apr 4 14:55:46 EDT 2017
|
||||
.\" Last Change: Tue Apr 25 09:44:48 EDT 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 April 4" "GNU Bash 4.4"
|
||||
.TH BASH 1 "2017 April 25" "GNU Bash 4.4"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -8768,7 +8768,7 @@ Options, if supplied, have the following meanings:
|
||||
.B \-d
|
||||
The first character of \fIdelim\fP is used to terminate each input line,
|
||||
rather than newline.
|
||||
If \fIdelim\fP is the empty string, \fBread\fP will terminate a line
|
||||
If \fIdelim\fP is the empty string, \fBmapfile\fP will terminate a line
|
||||
when it reads a NUL character.
|
||||
.TP
|
||||
.B \-n
|
||||
@@ -9029,6 +9029,8 @@ Other \fIname\fP arguments are ignored.
|
||||
.B \-d \fIdelim\fP
|
||||
The first character of \fIdelim\fP is used to terminate the input line,
|
||||
rather than newline.
|
||||
If \fIdelim\fP is the empty string, \fBread\fP will terminate a line
|
||||
when it reads a NUL character.
|
||||
.TP
|
||||
.B \-e
|
||||
If the standard input
|
||||
@@ -9691,6 +9693,10 @@ If set,
|
||||
attempts to save all lines of a multiple-line
|
||||
command in the same history entry. This allows
|
||||
easy re-editing of multi-line commands.
|
||||
This option is enabled by default, but only has an effect if command
|
||||
history is enabled, as described above under
|
||||
.SM
|
||||
.BR HISTORY .
|
||||
.TP 8
|
||||
.B compat31
|
||||
If set,
|
||||
|
||||
+5
-1
@@ -4360,7 +4360,7 @@ Options, if supplied, have the following meanings:
|
||||
@item -d
|
||||
The first character of @var{delim} is used to terminate each input line,
|
||||
rather than newline.
|
||||
If @var{delim} is the empty string, @code{read} will terminate a line
|
||||
If @var{delim} is the empty string, @code{mapfile} will terminate a line
|
||||
when it reads a NUL character.
|
||||
@item -n
|
||||
Copy at most @var{count} lines. If @var{count} is 0, all lines are copied.
|
||||
@@ -4487,6 +4487,8 @@ Other @var{name} arguments are ignored.
|
||||
@item -d @var{delim}
|
||||
The first character of @var{delim} is used to terminate the input line,
|
||||
rather than newline.
|
||||
If @var{delim} is the empty string, @code{read} will terminate a line
|
||||
when it reads a NUL character.
|
||||
|
||||
@item -e
|
||||
Readline (@pxref{Command Line Editing}) is used to obtain the line.
|
||||
@@ -5135,6 +5137,8 @@ If set, Bash
|
||||
attempts to save all lines of a multiple-line
|
||||
command in the same history entry. This allows
|
||||
easy re-editing of multi-line commands.
|
||||
This option is enabled by default, but only has an effect if command
|
||||
history is enabled (@pxref{Bash History Facilities}).
|
||||
|
||||
@item compat31
|
||||
If set, Bash
|
||||
|
||||
+2
-2
@@ -2,10 +2,10 @@
|
||||
Copyright (C) 1988-2017 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set LASTCHANGE Tue Apr 4 14:56:04 EDT 2017
|
||||
@set LASTCHANGE Tue Apr 25 09:45:02 EDT 2017
|
||||
|
||||
@set EDITION 4.4
|
||||
@set VERSION 4.4
|
||||
|
||||
@set UPDATED 4 April 2017
|
||||
@set UPDATED 25 April 2017
|
||||
@set UPDATED-MONTH April 2017
|
||||
|
||||
Reference in New Issue
Block a user