Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2016 17:03:54 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307224 - head/usr.sbin/efivar
Message-ID:  <201610131703.u9DH3smi036274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Oct 13 17:03:54 2016
New Revision: 307224
URL: https://svnweb.freebsd.org/changeset/base/307224

Log:
  'b' is short for --binary, it isn't 'a'.
  
  PR: 213437
  Submitted by: Ganael LAPLANCHE

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

Modified: head/usr.sbin/efivar/efivar.8
==============================================================================
--- head/usr.sbin/efivar/efivar.8	Thu Oct 13 16:57:19 2016	(r307223)
+++ head/usr.sbin/efivar/efivar.8	Thu Oct 13 17:03:54 2016	(r307224)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610131703.u9DH3smi036274>