From 8ca5565bc1c648c2756e71d16122bce5aa8ac0ea Mon Sep 17 00:00:00 2001 From: kre Date: Tue, 27 Jun 2017 12:43:44 +0000 Subject: [PATCH] Make one example more like a real world possibility (it still isn't, but is closer) - though the actual content is irrelevant to the point being made. --- bin/sh/sh.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index cbd051598dca..227f22388156 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: sh.1,v 1.154 2017/06/27 08:30:40 wiz Exp $ +.\" $NetBSD: sh.1,v 1.155 2017/06/27 12:43:44 kre Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -1022,7 +1022,7 @@ and allows for commands which do affect the current shell. Grouping commands together this way allows you to redirect their output as though they were one program: .Bd -literal -offset indent -{ echo -n \*q hello \*q ; echo \*q world" ; } > greeting +{ echo -n \*qhello \*q ; echo \*qworld\*q ; } > greeting .Ed .Pp Note that