Module Name: src Committed By: kre Date: Tue Jun 27 12:43:44 UTC 2017
Modified Files: src/bin/sh: sh.1 Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/bin/sh/sh.1 diff -u src/bin/sh/sh.1:1.154 src/bin/sh/sh.1:1.155 --- src/bin/sh/sh.1:1.154 Tue Jun 27 08:30:40 2017 +++ src/bin/sh/sh.1 Tue Jun 27 12:43:44 2017 @@ -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 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