diff options
author | Joel Dahl <joel@FreeBSD.org> | 2010-08-03 17:40:09 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2010-08-03 17:40:09 +0000 |
commit | 799162a6287e113b0a53a4a573321fa914bc3b0e (patch) | |
tree | bc142afe08697b99c35be3b68fe9e9ecafa59dc9 /lib/libefi | |
parent | d191ee22b13c629e4201c4852a94ceebbf6b43a6 (diff) |
Spelling fixes.
Notes
Notes:
svn path=/head/; revision=210823
Diffstat (limited to 'lib/libefi')
-rw-r--r-- | lib/libefi/libefi.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libefi/libefi.3 b/lib/libefi/libefi.3 index a8d6128fe0b4..7350508f8558 100644 --- a/lib/libefi/libefi.3 +++ b/lib/libefi/libefi.3 @@ -91,7 +91,7 @@ consists of the bit values defined by the EFI specification. Variables can be created, modified and deleted using the .Fn efi_setvar function. -All new variables must be non-volatile and runtime accessable in +All new variables must be non-volatile and runtime accessible in order for the request to succeed. Note that for runtime accessable variables the boottime accessable bit must be set as well. |