diff options
author | Warner Losh <imp@FreeBSD.org> | 2016-10-13 17:03:54 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2016-10-13 17:03:54 +0000 |
commit | 9013a3a0defb572016c89fea8636ff8af4ef8abe (patch) | |
tree | 245c2ee4168679d4c3932cdaf2123a66fa03f9c9 /usr.sbin | |
parent | 221cc677ed40b5e5de1170f084d3834587785d6c (diff) | |
download | src-9013a3a0defb572016c89fea8636ff8af4ef8abe.tar.gz src-9013a3a0defb572016c89fea8636ff8af4ef8abe.zip |
'b' is short for --binary, it isn't 'a'.
PR: 213437
Submitted by: Ganael LAPLANCHE
Notes
Notes:
svn path=/head/; revision=307224
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/efivar/efivar.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/efivar/efivar.8 b/usr.sbin/efivar/efivar.8 index 7a99b2e1af4e..dccdea66ccee 100644 --- a/usr.sbin/efivar/efivar.8 +++ b/usr.sbin/efivar/efivar.8 @@ -98,7 +98,7 @@ UEFI Specification for hex values to use. Display the variable data as modified ascii: All printable characters are printed, while unprintable characters are rendered as a two-digit hexadecimal number preceeded by a % character. -.It Fl A Fl -binary +.It Fl b Fl -binary Display the variable data as binary data. Usually will be used with the .Fl N |