loader.efi.8: Fix style warnings

This is a follow-up commit to bce728719e
to address mandoc(1) warnings.
This commit is contained in:
Benedict Reuschling 2023-11-06 14:45:20 +00:00
parent 497ccc21ef
commit 94eca4b5f3

View File

@ -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