aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-12-29 13:08:46 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-12-29 13:08:46 +0000
commit9b3d1b0253f17c79a07af5b577a7bb9297ccc681 (patch)
tree0c1d24f4fe57baa3bc525ec64bcec74c7f51c16c /usr.bin/make/make.1
parentc02bbb43a05adeb29393d25b495a4057db427038 (diff)
Notes
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 4e66eb3122c5..39166726e8d0 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1591,7 +1591,7 @@ all:
A trailing backslash in a variable value defined on the command line causes
the delimiting space in the
.Ev MAKEFLAGS
-environment variable to be preceeded by that backslash.
+environment variable to be preceded by that backslash.
That causes a submake to not treat that space as a word delimiter.
Fixing this requires a larger rewrite of the code handling command line
macros and assignments to