Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2023 19:27:01 GMT
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f49d6f583e9d - main - uefi(8): Refer to a related manual page
Message-ID:  <202309041927.384JR1iZ079454@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne:

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

commit f49d6f583e9df2839b420f27c44edc5c1fa276c6
Author:     Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2023-08-31 09:21:40 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-09-04 19:22:30 +0000

    uefi(8): Refer to a related manual page
    
    PR:     265834
    Reviewed by:    mhorne
    MFC after:      3 days
    Differential Revision: https://reviews.freebsd.org/D39577
---
 share/man/man8/uefi.8 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/share/man/man8/uefi.8 b/share/man/man8/uefi.8
index 9ee501047337..42642bb48260 100644
--- a/share/man/man8/uefi.8
+++ b/share/man/man8/uefi.8
@@ -21,7 +21,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd March 18, 2022
+.Dd August 31, 2023
 .Dt UEFI 8
 .Os
 .Sh NAME
@@ -89,7 +89,7 @@ or
 .It
 .Pa loader.efi
 loads and boots the kernel, as described in
-.Xr loader 8 .
+.Xr loader.efi 8 .
 .El
 .Pp
 The
@@ -116,6 +116,7 @@ Typical non-default kernel (optional)
 .Xr efidp 8 ,
 .Xr efivar 8 ,
 .Xr gpart 8 ,
+.Xr loader.efi 8 ,
 .Xr uefisign 8
 .Sh HISTORY
 EFI boot support for the ia64 architecture first appeared in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309041927.384JR1iZ079454>