Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh Spell "here-document" with a hyphen, don't mark it up...



details:   https://anonhg.NetBSD.org/src/rev/55e7f2598ab3
branches:  trunk
changeset: 831145:55e7f2598ab3
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Mar 13 20:40:52 2018 +0000

description:
Spell "here-document" with a hyphen, don't mark it up as a command.

diffstat:

 bin/sh/sh.1 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 4521ff088fb2 -r 55e7f2598ab3 bin/sh/sh.1
--- a/bin/sh/sh.1       Tue Mar 13 20:39:25 2018 +0000
+++ b/bin/sh/sh.1       Tue Mar 13 20:40:52 2018 +0000
@@ -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 @@
 \&}
 .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.



Home | Main Index | Thread Index | Old Index