From 1ab9d5a3843b2c3ccc7b324dc3f5ebe047b2cf45 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 30 May 2002 05:47:50 +0000 Subject: [PATCH] mdoc(7) police: removed unnecessary .Ns's. --- usr.bin/make/make.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index fce162eb934..6cc107710b0 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