summaryrefslogtreecommitdiff
path: root/doc/bash.1
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-29 13:08:05 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-29 13:08:05 -0500
commitf4f5e1c2b8fa4539e367e1f48774183d349184c5 (patch)
treee15b178ddcd2d8fa88dd4384fc970067afa69f57 /doc/bash.1
parentbfd181e794d5bd9d351af55a10081bc728c4496d (diff)
downloadbash-f4f5e1c2b8fa4539e367e1f48774183d349184c5.tar.gz
commit bash-20110513 snapshot
Diffstat (limited to 'doc/bash.1')
-rw-r--r--doc/bash.19
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/bash.1 b/doc/bash.1
index 61c46b4e..11c0433e 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -5,12 +5,12 @@
.\" Case Western Reserve University
.\" chet@po.cwru.edu
.\"
-.\" Last Change: Mon Apr 11 16:56:54 EDT 2011
+.\" Last Change: Mon May 9 12:23:35 EDT 2011
.\"
.\" bash_builtins, strip all but Built-Ins section
.if \n(zZ=1 .ig zZ
.if \n(zY=1 .ig zY
-.TH BASH 1 "2011 April 11" "GNU Bash 4.2"
+.TH BASH 1 "2011 May 9" "GNU Bash 4.2"
.\"
.\" There's some problem with having a `@'
.\" in a tagged paragraph with the BSD man macros.
@@ -646,7 +646,10 @@ AND and OR lists is the exit status of the last command
executed in the list.
.SS Compound Commands
.PP
-A \fIcompound command\fP is one of the following:
+A \fIcompound command\fP is one of the following.
+In most cases a \fIlist\fP in a command's description may be separated from
+the rest of the command by one or more newlines, and may be followed by a
+newline in place of a semicolon.
.TP
(\fIlist\fP)
\fIlist\fP is executed in a subshell environment (see