diff options
author | joel <joel@FreeBSD.org> | 2010-08-03 17:40:09 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-03 17:40:09 +0000 |
commit | 60754e9168fbbb77be5f78ca1b45ab04481e11d2 (patch) | |
tree | bc142afe08697b99c35be3b68fe9e9ecafa59dc9 /lib/libefi | |
parent | f6006773ded0c2210a46d5ae6afd1d1ea41f5e67 (diff) | |
download | FreeBSD-src-60754e9168fbbb77be5f78ca1b45ab04481e11d2.zip FreeBSD-src-60754e9168fbbb77be5f78ca1b45ab04481e11d2.tar.gz |
Spelling fixes.
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 a8d6128..7350508 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. |