View | Details | Raw Unified | Return to bug 219434
Collapse All | Expand All

(-)usr.sbin/efivar/efivar.8 (-5 / +5 lines)
Lines 29-35 Link Here
29
.Os
29
.Os
30
.Sh NAME
30
.Sh NAME
31
.Nm efivar
31
.Nm efivar
32
.Nd UEFI environemnt variable interaction
32
.Nd UEFI environment variable interaction
33
.Sh SYNOPSIS
33
.Sh SYNOPSIS
34
.Nm
34
.Nm
35
.Op Fl abdDHlLNpRtw
35
.Op Fl abdDHlLNpRtw
Lines 91-97 Link Here
91
Append the specified value to the UEFI variable rather than replacing
91
Append the specified value to the UEFI variable rather than replacing
92
it.p
92
it.p
93
.It Fl t Ar attr Fl -attributes Ar attr
93
.It Fl t Ar attr Fl -attributes Ar attr
94
Specify, in user hostile hexidecimal, the attributes for this
94
Specify, in user hostile hexadecimal, the attributes for this
95
variable.
95
variable.
96
See section 7.2 (GetVariable subsection, Related Definitions) of the
96
See section 7.2 (GetVariable subsection, Related Definitions) of the
97
UEFI Specification for hex values to use.
97
UEFI Specification for hex values to use.
Lines 98-104 Link Here
98
.It Fl A Fl -ascii
98
.It Fl A Fl -ascii
99
Display the variable data as modified ascii: All printable characters
99
Display the variable data as modified ascii: All printable characters
100
are printed, while unprintable characters are rendered as a two-digit
100
are printed, while unprintable characters are rendered as a two-digit
101
hexadecimal number preceeded by a % character.
101
hexadecimal number preceded by a % character.
102
.It Fl b Fl -binary
102
.It Fl b Fl -binary
103
Display the variable data as binary data.
103
Display the variable data as binary data.
104
Usually will be used with the
104
Usually will be used with the
Lines 158-164 Link Here
158
.Sh COMPATIBILITY
158
.Sh COMPATIBILITY
159
The
159
The
160
.Nm
160
.Nm
161
program is intended to be compatible (strict superset) with a progam
161
program is intended to be compatible (strict superset) with a program
162
of the same name included in the Red Hat libefivar package.
162
of the same name included in the Red Hat libefivar package.
163
.Pp
163
.Pp
164
Except the
164
Except the
Lines 165-171 Link Here
165
.Fl d
165
.Fl d
166
and
166
and
167
.Fl -print-decimal
167
.Fl -print-decimal
168
flags are not implmenented and never will be.
168
flags are not implemented and never will be.
169
The
169
The
170
.Fl d
170
.Fl d
171
flag is a short-hand for
171
flag is a short-hand for

Return to bug 219434