From ddc98913a2ec1e4ebba8aac1d2707d3fb9b0716a Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 31 Jan 2010 19:47:38 +0000 Subject: [PATCH] The EFI vendor UUID for FreeBSD variables is called EFI_FREEBSD_VARIABLE and not EFI_FREEBSD_VENDOR (cf. EFI_GLOBAL_VARIABLE). --- lib/libefi/libefi.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libefi/libefi.3 b/lib/libefi/libefi.3 index 9c6999e13545..d42bd6bd8d1a 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.