summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2006-04-08 06:59:54 +0000
committerfjoe <fjoe@FreeBSD.org>2006-04-08 06:59:54 +0000
commitd0f38a43824ff21d270c15c2828041466b1ee0e5 (patch)
treec77df11c522dcbe9e703fbf02b83e91ccdbcd13c /usr.bin/make/make.1
parentd86bd61d0c7be5f36dcbc791a249856af135c6c4 (diff)
downloadFreeBSD-src-d0f38a43824ff21d270c15c2828041466b1ee0e5.zip
FreeBSD-src-d0f38a43824ff21d270c15c2828041466b1ee0e5.tar.gz
Add :u var modifier (remove adjacent duplicate words like uniq(1).
Reviewed by: harti Obtained from: NetBSD (mostly)
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.13
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index a921a84..cb6ee2d 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -850,6 +850,9 @@ to be replaced in
Replaces each word in the variable with its last component.
.It Cm U
Converts variable to upper-case letters.
+.It Cm u
+Remove adjacent duplicate words (like
+.Xr uniq 1 ) .
.El
.Sh DIRECTIVES, CONDITIONALS, AND FOR LOOPS
Directives, conditionals, and for loops reminiscent
OpenPOWER on IntegriCloud