aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-02-22 20:19:21 +0000
committerWarner Losh <imp@FreeBSD.org>2021-02-24 17:59:37 +0000
commit78050d4966c5a9c8e953cab2a286450238d51e4f (patch)
tree27e643f353c61dd7efc4b353dc053d9538117947
parentef1f2056084202c554d5482af9586a8995e604d5 (diff)
downloadsrc-78050d4966c5a9c8e953cab2a286450238d51e4f.tar.gz
src-78050d4966c5a9c8e953cab2a286450238d51e4f.zip
Remove incorrect statement about EFI environment variables being unsupported.
Our uefi support has included environment variable support for several years now. Remove the bogus blanket statement saying we don't support them. MFC After: 3 days (cherry picked from commit ab77cc9e7bf6d0c2d862dfd514539b81ae248dfd)
-rw-r--r--share/man/man8/uefi.86
1 files changed, 1 insertions, 5 deletions
diff --git a/share/man/man8/uefi.8 b/share/man/man8/uefi.8
index 4224af835738..05c74caa6c20 100644
--- a/share/man/man8/uefi.8
+++ b/share/man/man8/uefi.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 9, 2020
+.Dd February 22, 2021
.Dt UEFI 8
.Os
.Sh NAME
@@ -143,7 +143,3 @@ boot support for amd64 first appeared in
.Fx 10.1
and for arm64 in
.Fx 11.0 .
-.Sh CAVEATS
-EFI environment variables are not supported by
-.Xr loader 8
-or the kernel.