Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2018 20:26:17 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336425 - head/stand/efi/libefi
Message-ID:  <201807172026.w6HKQH6k063788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Jul 17 20:26:17 2018
New Revision: 336425
URL: https://svnweb.freebsd.org/changeset/base/336425

Log:
  More typos
  
  Noticed by: ian@

Modified:
  head/stand/efi/libefi/env.c

Modified: head/stand/efi/libefi/env.c
==============================================================================
--- head/stand/efi/libefi/env.c	Tue Jul 17 20:11:52 2018	(r336424)
+++ head/stand/efi/libefi/env.c	Tue Jul 17 20:26:17 2018	(r336425)
@@ -114,12 +114,12 @@ command_efi_show(int argc, char *argv[])
 	/*
 	 * efi-show [-a]
 	 *	print all the env
-	 * efi-show -u UUID
+	 * efi-show -g UUID
 	 *	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 -g UUID -v var
-	 * eif-show UUID var
+	 * efi-show -g UUID -v var
+	 * efi-show UUID var
 	 *	print all the env vars that match UUID and var
 	 */
 	/* NB: We assume EFI_GUID is the same as uuid_t */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807172026.w6HKQH6k063788>