\\ -> \e
This commit is contained in:
parent
4950ef9e4e
commit
87faf7cb4f
4
external/bsd/atf/dist/tools/atf-check.1
vendored
4
external/bsd/atf/dist/tools/atf-check.1
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user