diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-01-16 07:00:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-01-16 07:00:04 +0000 |
commit | 84d87e88b612fa8f861a965f931ed6c62af19282 (patch) | |
tree | d370b4f9ea567b9368f339917c711d5630128528 /share/man | |
parent | ed6c7b0d5dfb23ddff5f23812df7667be45c8dea (diff) |
tweak previous;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.regress.mk.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.regress.mk.5 b/share/man/man5/bsd.regress.mk.5 index d7a93af0b29..917c82a89d7 100644 --- a/share/man/man5/bsd.regress.mk.5 +++ b/share/man/man5/bsd.regress.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.regress.mk.5,v 1.10 2017/01/15 22:41:50 bluhm Exp $ +.\" $OpenBSD: bsd.regress.mk.5,v 1.11 2017/01/16 07:00:03 jmc Exp $ .\" .\" Copyright (c) 2002 Anil Madhavapeddy .\" Copyright (c) 2000 Marc Espie @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 15 2017 $ +.Dd $Mdocdate: January 16 2017 $ .Dt BSD.REGRESS.MK 5 .Os .Sh NAME @@ -55,7 +55,7 @@ Executes all of the regression targets defined in the Makefile. If one of the tests fails, the line .Qq FAILED is printed to the standard output. -By default, execution continues with the next test, and after running +By default, execution continues with the next test and, after running all the tests, .Sy make Cm regress exits with an exit status of 0 even if some of the tests failed. @@ -113,7 +113,7 @@ See .Xr doas 1 . .El .Sh GUIDELINES -If an indivual test passes, +If an individual test passes, .Sy make Ar testname should return with an exit status of 0. If it fails, it should return with a non-zero exit status. |