This commit is contained in:
joerg 2010-02-22 19:20:33 +00:00
parent 4950ef9e4e
commit 87faf7cb4f
2 changed files with 7 additions and 7 deletions

View File

@ -107,8 +107,8 @@ atf-check -s ne:0 'false' || atf_fail
# Checking stdout/stderr # Checking stdout/stderr
echo foobar \*[Gt]expout echo foobar \*[Gt]expout
atf-check -o file:expout -e inline:"xx\\tyy\\n" \\ atf-check -o file:expout -e inline:"xx\etyy\en" \e
'echo foobar ; printf "xx\\tyy\\n" \*[Gt]\*[Aq]2' || atf_fail 'echo foobar ; printf "xx\etyy\en" \*[Gt]\*[Aq]2' || atf_fail
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr atf 7 .Xr atf 7

View File

@ -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 .\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -1750,10 +1750,10 @@ character when used outside of any quoting characters.
.El .El
Example: Example:
.Bd -literal .Bd -literal
\&.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \\ \&.SHELL: name=ksh path=/bin/ksh hasErrCtl=true \e
check="set -e" ignore="set +e" \\ check="set -e" ignore="set +e" \e
echo="set -v" quiet="set +v" filter="set +v" \\ echo="set -v" quiet="set +v" filter="set +v" \e
echoFlag=v errFlag=e newline="'\\n'" echoFlag=v errFlag=e newline="'\en'"
.Ed .Ed
.It Ic .SILENT .It Ic .SILENT
Apply the Apply the