mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Correct a bogon in an example.
PR: 5415 Submitted by: Sergei S. Laskavy <laskavy@pc759.cs.msu.su>
This commit is contained in:
parent
e69bcfc3bc
commit
ee7dc4169c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32194
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user