From owner-svn-src-head@freebsd.org Sun Mar 5 18:00:54 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14789CFA66E; Sun, 5 Mar 2017 18:00:54 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D64F21D07; Sun, 5 Mar 2017 18:00:53 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v25I0qcL093133; Sun, 5 Mar 2017 18:00:52 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v25I0qvQ093131; Sun, 5 Mar 2017 18:00:52 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201703051800.v25I0qvQ093131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 5 Mar 2017 18:00:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314706 - in head/share: man/man4 mk X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2017 18:00:54 -0000 Author: eadler Date: Sun Mar 5 18:00:52 2017 New Revision: 314706 URL: https://svnweb.freebsd.org/changeset/base/314706 Log: remove the the duplicate words from share/ Modified: head/share/man/man4/isp.4 head/share/mk/dirdeps.mk Modified: head/share/man/man4/isp.4 ============================================================================== --- head/share/man/man4/isp.4 Sun Mar 5 16:48:14 2017 (r314705) +++ head/share/man/man4/isp.4 Sun Mar 5 18:00:52 2017 (r314706) @@ -68,7 +68,7 @@ and Fabric connections. FC-Tape is supported on 4Gb (2400) and newer controllers. FC-Tape is highly recommended for connections to tape drives that support it. -It encompasses four elements from the the T-10 FCP-4 specification: +It encompasses four elements from the T-10 FCP-4 specification: .Bl -bullet -offset indent .It Precise Delivery of Commands Modified: head/share/mk/dirdeps.mk ============================================================================== --- head/share/mk/dirdeps.mk Sun Mar 5 16:48:14 2017 (r314705) +++ head/share/mk/dirdeps.mk Sun Mar 5 18:00:52 2017 (r314706) @@ -58,7 +58,7 @@ # distinguish them from others. # # Before each Makefile.depend file is read, we set -# DEP_RELDIR to be the the RELDIR (path relative to SRCTOP) for +# DEP_RELDIR to be the RELDIR (path relative to SRCTOP) for # its directory, and DEP_MACHINE etc according to the . # represented by the suffix of the corresponding target. #