Module Name: src Committed By: uwe Date: Tue Mar 13 20:40:52 UTC 2018
Modified Files: src/bin/sh: sh.1 Log Message: Spell "here-document" with a hyphen, don't mark it up as a command. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 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.182 src/bin/sh/sh.1:1.183 --- src/bin/sh/sh.1:1.182 Tue Mar 13 20:39:25 2018 +++ src/bin/sh/sh.1 Tue Mar 13 20:40:52 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: sh.1,v 1.182 2018/03/13 20:39:25 uwe Exp $ +.\" $NetBSD: sh.1,v 1.183 2018/03/13 20:40:52 uwe Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -1431,8 +1431,7 @@ EOF \&} .Ed .Pp -which reads and processes the -.Ic here document +which reads and processes the here-document each time the shell executes the function, and which applies that input only to the cat command, not to any other commands that might appear in the function.