From owner-svn-ports-all@freebsd.org Sat Oct 14 02:54:52 2017 Return-Path: Delivered-To: svn-ports-all@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 7D9ABE37D31; Sat, 14 Oct 2017 02:54:52 +0000 (UTC) (envelope-from ygy@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 4C94A84282; Sat, 14 Oct 2017 02:54:52 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9E2sp2O053592; Sat, 14 Oct 2017 02:54:51 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9E2spad053591; Sat, 14 Oct 2017 02:54:51 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <201710140254.v9E2spad053591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Sat, 14 Oct 2017 02:54:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452041 - head/textproc/diffutils X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: head/textproc/diffutils X-SVN-Commit-Revision: 452041 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Oct 2017 02:54:52 -0000 Author: ygy (doc committer) Date: Sat Oct 14 02:54:51 2017 New Revision: 452041 URL: https://svnweb.freebsd.org/changeset/ports/452041 Log: textproc/diffutils: Fix typo in pkg-descr PR: 221568 Reviewed by: emaste Approved by: adamw, johans (maintainer timeout) Modified: head/textproc/diffutils/pkg-descr Modified: head/textproc/diffutils/pkg-descr ============================================================================== --- head/textproc/diffutils/pkg-descr Sat Oct 14 02:03:05 2017 (r452040) +++ head/textproc/diffutils/pkg-descr Sat Oct 14 02:54:51 2017 (r452041) @@ -4,8 +4,8 @@ The Free Software Foundation's "diff" utilities, inclu These utilities exist in the FreeBSD base collection, but the GNU versions have added functionality that is sometimes useful. -Note that this port will install these utilities with a `g' prefix, -for example gdiff, gdiff3, ggcmp, but the texinfo documentation -will refer to these utilities without the `g' prefix. +Note that this port will install these utilities with a 'g' prefix, +for example gdiff, gdiff3, gcmp, but the texinfo documentation +will refer to these utilities without the 'g' prefix. WWW: http://www.gnu.org/software/diffutils/diffutils.html