aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
commit6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch)
treeb3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/make
parentf97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index cad5e50da5088..b358da04cc36f 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -347,7 +347,7 @@ Append the value to the current value of the variable.
.It Ic \&?=
Assign the value to the variable if it is not already defined.
.It Ic \&:=
-Assign with expansion, i.e. expand the value before assigning it
+Assign with expansion, i.e., expand the value before assigning it
to the variable.
Normally, expansion is not done until the variable is referenced.
.It Ic \&!=
@@ -1058,7 +1058,7 @@ Loops are not being
detected and targets that form loops will be silently ignored.
.El
.Sh "SPECIAL TARGETS"
-Special targets may not be included with other targets, i.e. they must be
+Special targets may not be included with other targets, i.e., they must be
the only target specified.
.Bl -tag -width Ic
.It Ic .BEGIN