From owner-svn-doc-all@freebsd.org Tue Dec 12 16:04:48 2017 Return-Path: Delivered-To: svn-doc-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 97D0BE9D3BE; Tue, 12 Dec 2017 16:04:48 +0000 (UTC) (envelope-from gjb@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 61694634CB; Tue, 12 Dec 2017 16:04:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBCG4lJU041139; Tue, 12 Dec 2017 16:04:47 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBCG4lPR041137; Tue, 12 Dec 2017 16:04:47 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201712121604.vBCG4lPR041137@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 12 Dec 2017 16:04:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51300 - in head: en_US.ISO8859-1/htdocs/cgi share/mk X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head: en_US.ISO8859-1/htdocs/cgi share/mk X-SVN-Commit-Revision: 51300 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 16:04:48 -0000 Author: gjb Date: Tue Dec 12 16:04:47 2017 New Revision: 51300 URL: https://svnweb.freebsd.org/changeset/doc/51300 Log: Fix minor grammatical nits in error output. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi head/share/mk/doc.docbook-dep.mk Modified: head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi Tue Dec 12 15:25:54 2017 (r51299) +++ head/en_US.ISO8859-1/htdocs/cgi/mailindex.cgi Tue Dec 12 16:04:47 2017 (r51300) @@ -77,7 +77,7 @@ if ($file =~ m,^([0-9a-z/-]+|[0-9a-z/-]+\.[0-9a-z-]+)$ sub file_not_exists { my $file = shift; - print "File does not exists: $file\n"; + print "File does not exist: $file\n"; exit; } Modified: head/share/mk/doc.docbook-dep.mk ============================================================================== --- head/share/mk/doc.docbook-dep.mk Tue Dec 12 15:25:54 2017 (r51299) +++ head/share/mk/doc.docbook-dep.mk Tue Dec 12 16:04:47 2017 (r51300) @@ -19,7 +19,7 @@ _DOCBOOK_DEPS_SYSTEM != for i in $$(egrep '&2; \ + echo "Warning: dep file $$(pwd)/$$i does not exist" >&2; \ fi; \ done .endif