From f0dba201afa870b1b2426f72cbaf22df3c484d65 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 19 Jun 2020 08:21:32 +0200 Subject: [PATCH] efi{dp,var}.8: Add commas before long options for better readability. --- usr.sbin/efidp/efidp.8 | 8 ++++---- usr.sbin/efivar/efivar.8 | 34 +++++++++++++++++----------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/usr.sbin/efidp/efidp.8 b/usr.sbin/efidp/efidp.8 index 522c155eb5..53703f0d60 100644 --- a/usr.sbin/efidp/efidp.8 +++ b/usr.sbin/efidp/efidp.8 @@ -45,12 +45,12 @@ Device Paths, as defined in the UEFI standard, to and from binary form. Binary and textual forms are defined in Chapter 9 of the UEFI Specification. .Bl -tag -width 20m -.It Fl f Fl -format +.It Fl f , Fl -format Formats a binary UEFI Device Path into its canonical UTF-8 textual form. A binary Device Path can be no longer than 65536 bytes. The textual form must fit into 65536 bytes. Multiple binary device paths may be specified. -.It Fl p Fl -parse +.It Fl p , Fl -parse Parses a UEFI Device Path UTF-8 specification and outputs the binary Device Path form. Only one device path is parsed, even if there are multiple present in @@ -59,10 +59,10 @@ Leading white space is ignored. The resulting binary Device Path can be no longer than 65536 bytes. Multiple lines may be specified. Each one will be translated. -.It Fl e Fl -to-efi +.It Fl e , Fl -to-efi Translate a Unix file path to an EFI Device Path. The output is the textual representation of the EFI Device Path. -.It Fl u Fl -to-unix +.It Fl u , Fl -to-unix Translate an EFI device path to a Unix file path. The input is the textual representation of the EFI Device Path. .El diff --git a/usr.sbin/efivar/efivar.8 b/usr.sbin/efivar/efivar.8 index 8d2b8a13b0..bc8528d57f 100644 --- a/usr.sbin/efivar/efivar.8 +++ b/usr.sbin/efivar/efivar.8 @@ -68,7 +68,7 @@ All Unicode data is presented to the user as UTF-8. .Pp The following options are available: .Bl -tag -width 20m -.It Fl n Ar name Fl -name Ar name +.It Fl n Ar name , Fl -name Ar name Specify the name of the variable to operate on. The .Ar name @@ -78,7 +78,7 @@ The GUID may be in numeric format, or may be one of the well known symbolic name (see .Fl -list-guids for a complete list). -.It Fl f Ar file Fl -fromfile Ar file +.It Fl f Ar file , Fl -fromfile Ar file When writing or appending to a variable, take the data for the variable's value from .Ar file @@ -98,19 +98,19 @@ is specified, the contents of the file are used as the value to print using any other specified flags. This is used primarily for testing purposes for more complicated variable decoding. -.It Fl a Fl -append +.It Fl a , Fl -append Append the specified value to the UEFI variable rather than replacing it. -.It Fl t Ar attr Fl -attributes Ar attr +.It Fl t Ar attr , Fl -attributes Ar attr Specify, in hexadecimal, the attributes for this variable. See section 7.2 (GetVariable subsection, Related Definitions) of the UEFI Specification for hex values to use. -.It Fl A Fl -ascii +.It Fl A , Fl -ascii Display the variable data as modified ascii: All printable characters are printed, while unprintable characters are rendered as a two-digit hexadecimal number preceded by a % character. -.It Fl b Fl -binary +.It Fl b , Fl -binary Display the variable data as binary data. Usually will be used with the .Fl N @@ -118,7 +118,7 @@ or .Fl -no-name flag. Useful in scripts. -.It Fl D Fl -delete +.It Fl D , Fl -delete Delete the specified variable. May not be used with either the .Fl -write @@ -128,22 +128,22 @@ flags. No .Ar value may be specified. -.It Fl d Fl -device Fl -device-path +.It Fl d , Fl -device , Fl -device-path Interpret the variables printed as UEFI device paths and print the UEFI standard string representation. -.It Fl g Fl -guid +.It Fl g , Fl -guid If the flag is specified, guids are converted to names if they are known (and show up in .Fl -list-guids ). -.It Fl H Fl -hex +.It Fl H , Fl -hex List variable data as a hex dump. -.It Fl L Fl -list-guids +.It Fl L , Fl -list-guids Lists the well known GUIDs. The names listed here may be used in place of the numeric GUID values. These names will replace the numeric GUID values unless .Fl -raw-guid flag is specified. -.It Fl l Fl -list +.It Fl l , Fl -list List all the variables. If the .Fl -print @@ -151,16 +151,16 @@ flag is also listed, their values will be displayed. .It Fl -load-option Decode the variable as if it were a UEFI Boot Option, including information about what device and/or paths the UEFI DevicePaths decode to. -.It Fl N Fl -no-name +.It Fl N , Fl -no-name Do not display the variable name. -.It Fl p Fl -print +.It Fl p , Fl -print Print the value of the variable. -.It Fl R Fl -raw-guid +.It Fl R , Fl -raw-guid Do not substitute well known names for GUID numeric values in output. -.It Fl u Fl -utf8 +.It Fl u , Fl -utf8 Treat the value of the variable as UCS2 and convert it to UTF8 and print the result. -.It Fl w Fl -write +.It Fl w , Fl -write Write (replace) the variable specified with the value specified from standard input. No command line option to do this is available since UEFI variables -- 2.41.0