diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/make.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index fce162e..6cc1077 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -646,7 +646,7 @@ the rest of the modifier. .It Cm Q Quotes every shell meta-character in the variable, so that it can be passed safely through recursive invocations of -.Nm Ns . +.Nm . .It Cm R Replaces each word in the variable with everything but its suffix. .Sm off @@ -722,7 +722,7 @@ Converts variable to upper-case letters. .Sh DIRECTIVES, CONDITIONALS, AND FOR LOOPS Directives, conditionals, and for loops reminiscent of the C programming language are provided in -.Nm Ns . +.Nm . All such structures are identified by a line beginning with a single dot .Pq Ql \&. @@ -1157,7 +1157,7 @@ attribute is applied to every command in the file. .It Ic .SUFFIXES Each source specifies a suffix to -.Nm Ns . +.Nm . If no sources are specified, any previous specified suffices are deleted. .El .Sh COMPATIBILITY |