git: f70de61e567d - main - loader.efi: add cross-reference to loader(8)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 May 2022 14:36:03 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=f70de61e567df59bceb2d18c8bc1b54943a7466b
commit f70de61e567df59bceb2d18c8bc1b54943a7466b
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-05-18 14:33:20 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-05-18 14:33:20 +0000
loader.efi: add cross-reference to loader(8)
The loader.efi man page describes UEFI-specific loader details, but not
general loader information.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
---
stand/man/loader.efi.8 | 1 +
1 file changed, 1 insertion(+)
diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8
index 2a19271017fa..ca7480d5eba6 100644
--- a/stand/man/loader.efi.8
+++ b/stand/man/loader.efi.8
@@ -98,4 +98,5 @@ EFI loaders, and unmount once finished:
# cp /boot/loader.efi /boot/efi/efi/freebsd/loader.efi
# umount /boot/efi
.Sh SEE ALSO
+.Xr loader 8 ,
.Xr uefi 8