diff options
| author | wiz <wiz@NetBSD.org> | 2015-04-10 08:43:16 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2015-04-10 08:43:16 +0000 |
| commit | 2bb6436deb79329407724cd85b561abde20df87c (patch) | |
| tree | f9089adf994eb486052f9a1e68afe9554b4bade4 /usr.bin | |
| parent | 2897c324da77fa2b99d269e6bfc35978a7484f6f (diff) | |
Remove trailing whitespace.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/make.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index ffe02689a4e..1844c3ba5fd 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.245 2015/04/09 18:22:08 sjg Exp $ +.\" $NetBSD: make.1,v 1.246 2015/04/10 08:43:16 wiz Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -481,7 +481,7 @@ This is similar to the effect of the .MAKE special source, except that the effect can be limited to a single line of a script. A .Ql Ic \- -in compatibility mode +in compatibility mode causes any non-zero exit status of the command line to be ignored. .Pp When @@ -497,10 +497,10 @@ it will be passed to the shell; otherwise .Nm will attempt direct execution. If a line starts with -.Ql Ic \- +.Ql Ic \- and the shell has ErrCtl enabled then failure of the command line will be ignored as in compatibility mode. -Otherwise +Otherwise .Ql Ic \- affects the entire job; the script will stop at the first command line that fails, |
