git: 56b90f8fc980 - stable/14 - loader.efi.8: Fix style warnings

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 16 Apr 2024 02:34:37 UTC
The branch stable/14 has been updated by imp:

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

commit 56b90f8fc980a119a30b301ed55b105f98436388
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2023-11-06 14:45:20 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-16 02:32:04 +0000

    loader.efi.8: Fix style warnings
    
    This is a follow-up commit to bce728719e7f57272d99b6d039f10b4c636fa024
    to address mandoc(1) warnings.
    
    (cherry picked from commit 94eca4b5f38baa03446216f585089852d98c283a)
---
 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