Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2024 15:24:23 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f8afe99cc8b2 - main - efibootmgr: minor cleanup (spdx, typos, see also)
Message-ID:  <202409221524.48MFON21097550@gitrepo.freebsd.org>

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

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

commit f8afe99cc8b2f635f87319e6cedad14f64f5ed1f
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-09-22 05:49:01 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-09-22 15:21:39 +0000

    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
---
 usr.sbin/efibootmgr/efibootmgr.8 | 16 ++++++++++------
 1 file 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



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