From 0198db727245cc5e09518fa03e13a68b059d77a5 Mon Sep 17 00:00:00 2001 From: yar Date: Sat, 10 Mar 2007 14:29:31 +0000 Subject: [PATCH] MFC rev. 1.100: Typo fix: preceed -> precede. --- usr.bin/make/make.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index fee189073ad9..4443da42850a 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1581,7 +1581,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