Source-Changes-HG archive

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

[src/trunk]: src \\ -> \e



details:   https://anonhg.NetBSD.org/src/rev/4890f777608c
branches:  trunk
changeset: 752309:4890f777608c
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Feb 22 19:20:33 2010 +0000

description:
\\ -> \e

diffstat:

 external/bsd/atf/dist/tools/atf-check.1 |   4 ++--
 usr.bin/make/make.1                     |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 0039580b6b43 -r 4890f777608c external/bsd/atf/dist/tools/atf-check.1
--- a/external/bsd/atf/dist/tools/atf-check.1   Mon Feb 22 17:27:04 2010 +0000
+++ b/external/bsd/atf/dist/tools/atf-check.1   Mon Feb 22 19:20:33 2010 +0000
@@ -107,8 +107,8 @@
 
 # Checking stdout/stderr
 echo foobar \*[Gt]expout
-atf-check -o file:expout -e inline:"xx\\tyy\\n" \\
-    'echo foobar ; printf "xx\\tyy\\n" \*[Gt]\*[Aq]2' || atf_fail
+atf-check -o file:expout -e inline:"xx\etyy\en" \e
+    'echo foobar ; printf "xx\etyy\en" \*[Gt]\*[Aq]2' || atf_fail
 .Ed
 .Sh SEE ALSO
 .Xr atf 7
diff -r 0039580b6b43 -r 4890f777608c usr.bin/make/make.1
--- a/usr.bin/make/make.1       Mon Feb 22 17:27:04 2010 +0000
+++ b/usr.bin/make/make.1       Mon Feb 22 19:20:33 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.166 2009/11/19 06:48:37 wiz Exp $
+.\"    $NetBSD: make.1,v 1.167 2010/02/22 19:20:33 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1750,10 +1750,10 @@
 .El
 Example:
 .Bd -literal
-\&.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \\
-       check="set -e" ignore="set +e" \\
-       echo="set -v" quiet="set +v" filter="set +v" \\
-       echoFlag=v errFlag=e newline="'\\n'"
+\&.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \e
+       check="set -e" ignore="set +e" \e
+       echo="set -v" quiet="set +v" filter="set +v" \e
+       echoFlag=v errFlag=e newline="'\en'"
 .Ed
 .It Ic .SILENT
 Apply the



Home | Main Index | Thread Index | Old Index