Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2020 16:12:53 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r362894 - stable/12/usr.sbin/efivar
Message-ID:  <202007021612.062GCrZu010040@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer)
Date: Thu Jul  2 16:12:52 2020
New Revision: 362894
URL: https://svnweb.freebsd.org/changeset/base/362894

Log:
  MFC 362325:
  
  Fix the --guid flag description

Modified:
  stable/12/usr.sbin/efivar/efivar.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.sbin/efivar/efivar.8
==============================================================================
--- stable/12/usr.sbin/efivar/efivar.8	Thu Jul  2 16:11:13 2020	(r362893)
+++ stable/12/usr.sbin/efivar/efivar.8	Thu Jul  2 16:12:52 2020	(r362894)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 22, 2017
+.Dd June 18, 2020
 .Dt EFIVAR 8
 .Os
 .Sh NAME
@@ -122,9 +122,10 @@ may be specified.
 Interpret the variables printed as UEFI device paths and print the
 UEFI standard string representation.
 .It Fl g Fl -guid
-flag is specified, guids are converted to names if they are known (and
-show up in
-.Fl -list-guids ).
+Convert GUIDs to names if they are known
+.Po and show them up in
+.Fl -list-guids
+.Pc .
 .It Fl H Fl -hex
 List variable data as a hex dump.
 .It Fl L Fl -list-guids



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