svn commit: r362325 - head/usr.sbin/efivar

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Jun 18 12:29:24 UTC 2020


Author: 0mp (doc,ports committer)
Date: Thu Jun 18 12:29:24 2020
New Revision: 362325
URL: https://svnweb.freebsd.org/changeset/base/362325

Log:
  Fix the --guid flag description
  
  MFC after:	2 weeks

Modified:
  head/usr.sbin/efivar/efivar.8

Modified: head/usr.sbin/efivar/efivar.8
==============================================================================
--- head/usr.sbin/efivar/efivar.8	Thu Jun 18 11:18:26 2020	(r362324)
+++ head/usr.sbin/efivar/efivar.8	Thu Jun 18 12:29:24 2020	(r362325)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 6, 2019
+.Dd June 18, 2020
 .Dt EFIVAR 8
 .Os
 .Sh NAME
@@ -132,9 +132,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


More information about the svn-src-all mailing list