From e83201b43ad36d453a46f551fcaedf0a0e7f23c3 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sat, 5 Oct 1996 22:27:30 +0000 Subject: delete doubled words, e.g.: "the the" -> "the" --- usr.bin/make/make.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 49971b0d7a258..523f34fda58e0 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)make.1 8.4 (Berkeley) 3/19/94 +.\" $Id$ .\" .Dd March 19, 1994 .Dt MAKE 1 @@ -586,7 +587,7 @@ Test the value of a variable. .Oo \&! Oc Ns Ar target .Op Ar operator target ... .Xc -Test the the target being built. +Test the target being built. .It Xo .Ic .ifnmake .Oo \&! Oc Ar target -- cgit v1.3