aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorAlexander Ziaee <concussious@runbox.com>2024-09-22 05:49:01 +0000
committerWarner Losh <imp@FreeBSD.org>2024-09-22 15:21:39 +0000
commitf8afe99cc8b2f635f87319e6cedad14f64f5ed1f (patch)
tree28afa893df0ff9ae4336a576c6bb1bd16a2d919c /usr.sbin
parent29a6f8fd93c278f0c7d7b2248068bb0353027e4a (diff)
downloadsrc-f8afe99cc8b2f635f87319e6cedad14f64f5ed1f.tar.gz
src-f8afe99cc8b2f635f87319e6cedad14f64f5ed1f.zip
efibootmgr: minor cleanup (spdx, typos, see also)
This page was getting pulled into `apropos unix` results due to arguments being on the same line as a name macro in synopsis. While here, tag spdx, fold a line slightly better, add loader.efi(8) to see also and fix it's order. MFC after: 3 days Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1430
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/efibootmgr/efibootmgr.816
1 files changed, 10 insertions, 6 deletions
diff --git a/usr.sbin/efibootmgr/efibootmgr.8 b/usr.sbin/efibootmgr/efibootmgr.8
index f74ee8a2e634..60e2447931f1 100644
--- a/usr.sbin/efibootmgr/efibootmgr.8
+++ b/usr.sbin/efibootmgr/efibootmgr.8
@@ -1,3 +1,5 @@
+.\"-
+.\" SPDX-License-Identifier: BSD-2-Clause
.\"
.\" Copyright (c) 2017-2018 Netflix, Inc.
.\"
@@ -22,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 17, 2023
+.Dd September 22, 2024
.Dt EFIBOOTMGR 8
.Os
.Sh NAME
@@ -67,7 +69,8 @@
.Fl t Ar timeout
.Nm
.Fl T
-.Nm Fl u Ar unix-path
+.Nm
+.Fl u Ar unix-path
.Sh "DESCRIPTION"
The
.Nm
@@ -80,8 +83,8 @@ boot method to be tried once upon the next boot.
.Pp
The UEFI standard defines how hosts may control what is used to
bootstrap the system.
-Each method is encapsulated within a persistent UEFI variable, stored
-by the UEFI BIOS of the form
+Each method is encapsulated within a persistent UEFI variable,
+stored by the UEFI BIOS of the form
.Cm Boot Ns Em XXXX
(where XXXX are uppercase hexadecimal digits).
These variables are numbered, each describing where to load the bootstrap
@@ -275,10 +278,11 @@ for the next reboot use:
.Pp
.Dl efibootmgr -o 0009,0003,...
.Sh SEE ALSO
-.Xr efirt 9 ,
.Xr efivar 8 ,
.Xr gpart 8 ,
-.Xr uefi 8
+.Xr loader.efi 8 ,
+.Xr uefi 8 ,
+.Xr efirt 9 ,
.Sh STANDARDS
The Unified Extensible Firmware Interface Specification is available
from