diff options
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 85a53d5e09998..5016bd333ff21 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -628,6 +628,8 @@ potentially occur within each affected word. Replaces each word in the variable with its suffix. .It Cm H Replaces each word in the variable with everything but the last component. +.It Cm L +Converts variable to lower-case letters. .It Cm M Ns Ar pattern Select only those words that match the rest of the modifier. The standard shell wildcard characters @@ -717,6 +719,8 @@ is the substring of .Ar old_string to be replaced in .Ar new_string +.It Cm U +Converts variable to upper-case letters. .El .Sh DIRECTIVES, CONDITIONALS, AND FOR LOOPS Directives, conditionals, and for loops reminiscent |
