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
This commit is contained in:
Warner Losh 2021-02-22 13:19:21 -07:00
parent d149877758
commit ab77cc9e7b

View File

@ -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.