diff options
author | ru <ru@FreeBSD.org> | 2002-05-30 05:47:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-30 05:47:50 +0000 |
commit | 297515d525bf0dbaa7e82207f17b5486a54d191c (patch) | |
tree | 27baeee3ef93d8d97dc89db314fc555fbbe0e7ef /usr.bin/make | |
parent | 90f98510f57c05c99bcda4836b825d39f7e409c6 (diff) | |
download | FreeBSD-src-297515d525bf0dbaa7e82207f17b5486a54d191c.zip FreeBSD-src-297515d525bf0dbaa7e82207f17b5486a54d191c.tar.gz |
mdoc(7) police: removed unnecessary .Ns's.
Diffstat (limited to 'usr.bin/make')
-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 |