git: 94eca4b5f38b - main - loader.efi.8: Fix style warnings
Date: Mon, 06 Nov 2023 14:47:15 UTC
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