git: d7024fc90055 - stable/12 - libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Fri, 24 Dec 2021 06:53:45 UTC
The branch stable/12 has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=d7024fc9005541add46562e078a37b413e9044e6

commit d7024fc9005541add46562e078a37b413e9044e6
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-12-21 12:42:39 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-12-24 06:52:46 +0000

    libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3
    
    MFC after:      3 days
    
    (cherry picked from commit 71779dddffe5e860118f42739ff8d51d181272ce)
---
 ObsoleteFiles.inc      | 3 +++
 lib/libefivar/Makefile | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 1dd1901ba829..91d4c7049253 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20211221 efi_set_variables_supported.3 should be efi_variables_supported.3
+OLD_FILES+=usr/share/man/man3/efi_set_variables_supported.3.gz
+
 # 20211214: new clang import which bumps version from 11.0.0 to 11.0.1.
 OLD_FILES+=usr/lib/clang/11.0.0/include/cuda_wrappers/algorithm
 OLD_FILES+=usr/lib/clang/11.0.0/include/cuda_wrappers/complex
diff --git a/lib/libefivar/Makefile b/lib/libefivar/Makefile
index c1503f4e5b62..3401205a14ba 100644
--- a/lib/libefivar/Makefile
+++ b/lib/libefivar/Makefile
@@ -45,7 +45,7 @@ CFLAGS+=	-I${EFIBOOT}/include
 CFLAGS+=	-I${.CURDIR} -I${EDK2INC}
 CFLAGS+=	-fno-strict-aliasing
 
-MLINKS+=efivar.3 efi_set_variables_supported.3 \
+MLINKS+=efivar.3 efi_variables_supported.3 \
 	efivar.3 efi_del_variable.3 \
 	efivar.3 efi_get_variable.3 \
 	efivar.3 efi_get_variable_attributes.3 \