summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-01-02 19:23:05 +0000
committersteve <steve@FreeBSD.org>1998-01-02 19:23:05 +0000
commit27cda073a4e75381ecad321a82ba623646cbb36d (patch)
tree9be241a5cb75e3106ccb43489fc2d991b1215cc4 /bin
parent410918fc300e61fd74ff686b00e5aaf3cef61d35 (diff)
downloadFreeBSD-src-27cda073a4e75381ecad321a82ba623646cbb36d.zip
FreeBSD-src-27cda073a4e75381ecad321a82ba623646cbb36d.tar.gz
Correct a bogon in an example.
PR: 5415 Submitted by: Sergei S. Laskavy <laskavy@pc759.cs.msu.su>
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 6447826..02b674a 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
-.\" $Id: sh.1,v 1.16 1997/09/29 15:15:16 msmith Exp $
+.\" $Id: sh.1,v 1.17 1997/11/12 04:32:50 jdp Exp $
.\"
.Dd May 5, 1995
.Dt SH 1
@@ -627,7 +627,7 @@ slightly more efficient.
Grouping commands together this way allows you to
redirect their output as though they were one program:
.Bd -literal -offset indent
-{ echo -n "hello"; echo " world" } > greeting
+{ echo -n "hello"; echo " world"; } > greeting
.Ed
.Ss Functions
The syntax of a function definition is
OpenPOWER on IntegriCloud