summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-19 04:08:35 +0000
committerobrien <obrien@FreeBSD.org>2002-04-19 04:08:35 +0000
commita88daa02f8231b1162b4a70c172a66f6ac9accfd (patch)
tree13877f2b479c4197cbf57e28c5b2aa128cbe2d6f
parent920a8f13530ed904f55fd5fcb0369a4f0187363c (diff)
downloadFreeBSD-src-a88daa02f8231b1162b4a70c172a66f6ac9accfd.zip
FreeBSD-src-a88daa02f8231b1162b4a70c172a66f6ac9accfd.tar.gz
Move the sysV variable substitution up with the BSD feature that replaced it.
-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 88bcf9a..ba4ad33 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -691,8 +691,6 @@ with the single exception that a backslash is used to prevent the expansion
of a dollar sign
.Pq Ql \&$ ,
not a preceding dollar sign as is usual.
-.It Cm T
-Replaces each word in the variable with its last component.
.It Ar old_string=new_string
This is the
.At V
@@ -713,6 +711,8 @@ is the substring of
.Ar old_string
to be replaced in
.Ar new_string
+.It Cm T
+Replaces each word in the variable with its last component.
.It Cm U
Converts variable to upper-case letters.
.El
OpenPOWER on IntegriCloud