diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-06-18 12:29:24 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-06-18 12:29:24 +0000 |
commit | 377d7c417a33d960a9bd1e8986bf80224a41488e (patch) | |
tree | f047c44e9700f45fd8d2989720264e6148a898b3 | |
parent | cf0b74eee6151eea7db1e9f6eef6d3c81de29aa1 (diff) | |
download | src-377d7c417a33d960a9bd1e8986bf80224a41488e.tar.gz src-377d7c417a33d960a9bd1e8986bf80224a41488e.zip |
Fix the --guid flag description
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=362325
-rw-r--r-- | usr.sbin/efivar/efivar.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/efivar/efivar.8 b/usr.sbin/efivar/efivar.8 index aa3222a0fb7a..e6f34501dfde 100644 --- a/usr.sbin/efivar/efivar.8 +++ b/usr.sbin/efivar/efivar.8 @@ -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 |