Correct a bogon in an example.

PR:		5415
Submitted by:	Sergei S. Laskavy <laskavy@pc759.cs.msu.su>
This commit is contained in:
Steve Price 1998-01-02 19:23:05 +00:00
parent e69bcfc3bc
commit ee7dc4169c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32194

View File

@ -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