diff options
author | marcel <marcel@FreeBSD.org> | 2010-01-31 19:47:38 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2010-01-31 19:47:38 +0000 |
commit | 30eaf447f09df94bc3043698720b590039db7a39 (patch) | |
tree | 7ca3f1b421b7917b738883f2a1058a4c9bee9d0f /lib/libefi | |
parent | e367b167d9a57c4707785dd85b02efa0349da230 (diff) | |
download | FreeBSD-src-30eaf447f09df94bc3043698720b590039db7a39.zip FreeBSD-src-30eaf447f09df94bc3043698720b590039db7a39.tar.gz |
The EFI vendor UUID for FreeBSD variables is called EFI_FREEBSD_VARIABLE
and not EFI_FREEBSD_VENDOR (cf. EFI_GLOBAL_VARIABLE).
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 9c6999e..d42bd6b 100644 --- a/lib/libefi/libefi.3 +++ b/lib/libefi/libefi.3 @@ -97,7 +97,7 @@ to 0. The vendor UUID is used to avoid collisions between variable names of different vendors. Variables created for use by FreeBSD should use the -.Nm EFI_FREEBSD_VENDOR +.Nm EFI_FREEBSD_VARIABLE UUID as defined in the .Nm libefi header file. |