Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2023 14:47:15 GMT
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 94eca4b5f38b - main - loader.efi.8: Fix style warnings
Message-ID:  <202311061447.3A6ElFke058136@gitrepo.freebsd.org>

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

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

commit 94eca4b5f38baa03446216f585089852d98c283a
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2023-11-06 14:45:20 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2023-11-06 14:45:20 +0000

    loader.efi.8: Fix style warnings
    
    This is a follow-up commit to bce728719e7f57272d99b6d039f10b4c636fa024
    to address mandoc(1) warnings.
---
 stand/man/loader.efi.8 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8
index 16165c68556b..827c4ced7f2e 100644
--- a/stand/man/loader.efi.8
+++ b/stand/man/loader.efi.8
@@ -209,7 +209,9 @@ serial console otherwise.
 .Nm
 loads some extra variables early in startup from
 .Pa /efi/freebsd/loader.env
-from the EFI partition. Only simple variables can be set here. It can be useful to specify the root filesystem:
+from the EFI partition.
+Only simple variables can be set here.
+It can be useful to specify the root filesystem:
 .Bd -literal -offset indent
 rootdev=disk0s1a
 .Ed



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