From 1541af42f12f8570fb332516efee8f1e030c3e46 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 13 Feb 2005 22:25:33 +0000 Subject: Expand *n't contractions. --- usr.bin/make/make.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index b931a97..c5950bb 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -992,7 +992,7 @@ variable is being compared against 0. When .Nm is evaluating one of these conditional expressions, and it encounters -a word it doesn't recognize, either the +a word it does not recognize, either the .Dq make or .Dq defined @@ -1068,8 +1068,8 @@ This source prevents this target from being selected. .It Ic .OPTIONAL If a target is marked with this attribute and .Nm -can't figure out how to create it, it will ignore this fact and assume -the file isn't needed or already exists. +cannot figure out how to create it, it will ignore this fact and assume +the file is not needed or already exists. .It Ic .PRECIOUS When .Nm @@ -1113,7 +1113,7 @@ This is sort of a rule for any target (that was used only as a source) that .Nm -can't figure out any other way to create. +cannot figure out any other way to create. Only the shell script is used. The .Ic .IMPSRC @@ -1462,7 +1462,7 @@ For loops are expanded before tests, so a fragment such as: \&.endfor .Ed .Pp -won't work, and should be rewritten as: +will not work, and should be rewritten as: .Bd -literal -offset indent \&.for ARCH in ${SHARED_ARCHS} \&.if ${MACHINE} == ${ARCH} -- cgit v1.1