Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Remove some double quotes.



details:   https://anonhg.NetBSD.org/src/rev/be1827920df7
branches:  trunk
changeset: 344555:be1827920df7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 04 13:05:56 2016 +0000

description:
Remove some double quotes.

Parity is kept.

diffstat:

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

diffs (27 lines):

diff -r 44ccb5aaba39 -r be1827920df7 bin/sh/sh.1
--- a/bin/sh/sh.1       Mon Apr 04 12:40:13 2016 +0000
+++ b/bin/sh/sh.1       Mon Apr 04 13:05:56 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.120 2016/03/31 16:18:22 christos Exp $
+.\"    $NetBSD: sh.1,v 1.121 2016/04/04 13:05:56 wiz Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -880,7 +880,7 @@
 is given, it is applied each time the
 function is called.
 This means that a simple
-.Dq "Hello World
+.Dq Hello World
 function might be written (in the extended syntax) as:
 .Dl hello() cat <<EOF
 .Dl Hello World!
@@ -895,7 +895,7 @@
 .Dl EOF
 .Dl \&}
 which reads and processes the
-.Ic "here document
+.Ic 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