From owner-svn-src-all@freebsd.org Tue Jul 17 20:20:59 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9D88104D5C0 for ; Tue, 17 Jul 2018 20:20:59 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 4C1B2780D5 for ; Tue, 17 Jul 2018 20:20:59 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: e56d4d47-89fe-11e8-8837-614b7c574d04 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id e56d4d47-89fe-11e8-8837-614b7c574d04; Tue, 17 Jul 2018 20:20:50 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w6HKKna5054844; Tue, 17 Jul 2018 14:20:49 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1531858849.26036.32.camel@freebsd.org> Subject: Re: svn commit: r336424 - head/stand/efi/libefi From: Ian Lepore To: Warner Losh , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Tue, 17 Jul 2018 14:20:49 -0600 In-Reply-To: <201807172011.w6HKBqj5055423@repo.freebsd.org> References: <201807172011.w6HKBqj5055423@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2018 20:21:00 -0000 On Tue, 2018-07-17 at 20:11 +0000, Warner Losh wrote: > Author: imp > Date: Tue Jul 17 20:11:52 2018 > New Revision: 336424 > URL: https://svnweb.freebsd.org/changeset/base/336424 > > Log: >   Fix typo in the command summary. >    >   Of course, I can't get the command to work, but it's a start... > > Modified: >   head/stand/efi/libefi/env.c > > Modified: head/stand/efi/libefi/env.c > ============================================================================== > --- head/stand/efi/libefi/env.c Tue Jul 17 19:46:52 2018 (r336423) > +++ head/stand/efi/libefi/env.c Tue Jul 17 20:11:52 2018 (r336424) > @@ -118,7 +118,7 @@ command_efi_show(int argc, char *argv[]) >    * print all the env vars tagged with UUID >    * efi-show -v var >    * search all the env vars and print the ones matching var > -  * eif-show -u UUID -v var > +  * eif-show -g UUID -v var >    * eif-show UUID var >    * print all the env vars that match UUID and var >    */ > Speaking of typos, presumably all those eif should be efi. -- Ian