svn commit: r362895 - stable/11/usr.sbin/efivar
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Jul 2 16:14:16 UTC 2020
Author: 0mp (doc,ports committer)
Date: Thu Jul 2 16:14:15 2020
New Revision: 362895
URL: https://svnweb.freebsd.org/changeset/base/362895
Log:
MFC 362325:
Fix the --guid flag description
Modified:
stable/11/usr.sbin/efivar/efivar.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/efivar/efivar.8
==============================================================================
--- stable/11/usr.sbin/efivar/efivar.8 Thu Jul 2 16:12:52 2020 (r362894)
+++ stable/11/usr.sbin/efivar/efivar.8 Thu Jul 2 16:14:15 2020 (r362895)
@@ -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
More information about the svn-src-stable
mailing list