diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2024-09-03 20:14:44 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2024-09-03 20:14:44 +0000 |
| commit | 18f7683e0d6ee6858865d8b0c2d7e2c14abf0bc4 (patch) | |
| tree | 5b2777e87474ebcab329f930fde24f1309245b02 | |
| parent | f5541f9f473430a3e608e07f623294322853d25a (diff) | |
loader.efi.8: Remove rogue duplicated lines
Fixes: 871911a4ab73 ("loader.efi(8): beef up the updating the ESP")
MFC after: 1 week
| -rw-r--r-- | stand/man/loader.efi.8 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8 index a0c0df9a9c35..3527d8b66a99 100644 --- a/stand/man/loader.efi.8 +++ b/stand/man/loader.efi.8 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 20, 2024 +.Dd September 3, 2024 .Dt LOADER.EFI 8 .Os .Sh NAME @@ -450,9 +450,6 @@ copy the loader to the default location: # cp /boot/loader.efi /boot/efi/EFI/BOOT/BOOTX64.EFI .Ed .Pp -.Bd -literal -offset indent -# umount /boot/efi -.Ed Finally, if you mounted the ESP, you may wish to unmount it. .Bd -literal -offset indent # umount /boot/efi |
