From owner-svn-src-vendor@freebsd.org Sun May 29 16:22:30 2016 Return-Path: Delivered-To: svn-src-vendor@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 DE2B0B53057; Sun, 29 May 2016 16:22:30 +0000 (UTC) (envelope-from pfg@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 A466E1B40; Sun, 29 May 2016 16:22:30 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4TGMT16028250; Sun, 29 May 2016 16:22:29 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4TGMT9Z028248; Sun, 29 May 2016 16:22:29 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201605291622.u4TGMT9Z028248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Sun, 29 May 2016 16:22:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r300962 - vendor/openresolv/dist X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2016 16:22:31 -0000 Author: pfg Date: Sun May 29 16:22:29 2016 New Revision: 300962 URL: https://svnweb.freebsd.org/changeset/base/300962 Log: openresolv: Minor spelling fixes Upstreamed: 12cb1c1fb10df1072116ccf472f40c1bba782fc3 Modified: vendor/openresolv/dist/resolvconf.8.in vendor/openresolv/dist/resolvconf.in Modified: vendor/openresolv/dist/resolvconf.8.in ============================================================================== --- vendor/openresolv/dist/resolvconf.8.in Sun May 29 16:18:55 2016 (r300961) +++ vendor/openresolv/dist/resolvconf.8.in Sun May 29 16:22:29 2016 (r300962) @@ -128,7 +128,7 @@ on the Here are some options for the above commands:- .Bl -tag -width indent .It Fl f -Ignore non existant interfaces. +Ignore non existent interfaces. Only really useful for deleting interfaces. .It Fl m Ar metric Set the metric of the interface when adding it, default of 0. Modified: vendor/openresolv/dist/resolvconf.in ============================================================================== --- vendor/openresolv/dist/resolvconf.in Sun May 29 16:18:55 2016 (r300961) +++ vendor/openresolv/dist/resolvconf.in Sun May 29 16:22:29 2016 (r300962) @@ -92,7 +92,7 @@ usage() -u Run updates from our current DNS information Options: - -f Ignore non existant interfaces + -f Ignore non existent interfaces -m metric Give the added DNS information a metric -p Mark the interface as private -x Mark the interface as exclusive @@ -884,7 +884,7 @@ export RESOLVCONF DOMAINS SEARCH NAMESER retval=0 # Run scripts in the same directory resolvconf is run from -# in case any scripts accidently dump files in the wrong place. +# in case any scripts accidentally dump files in the wrong place. cd "$_PWD" for script in "$LIBEXECDIR"/*; do if [ -f "$script" ]; then