Module Name:    src
Committed By:   joerg
Date:           Mon Feb 22 19:20:33 UTC 2010

Modified Files:
        src/usr.bin/make: make.1

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/usr.bin/make/make.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/make.1
diff -u src/usr.bin/make/make.1:1.166 src/usr.bin/make/make.1:1.167
--- src/usr.bin/make/make.1:1.166	Thu Nov 19 06:48:37 2009
+++ src/usr.bin/make/make.1	Mon Feb 22 19:20:33 2010
@@ -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

Reply via email to