git: 9front

Download patch

ref: 37f04b9074c9fa04c4170c83984e0704ed35b1a8
parent: 7037c59304417bd5afd37fcc17a91727ddbe1c9c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri May 20 05:56:45 EDT 2016

9boot(8): third time's the charm (thanks archeus)

--- a/sys/man/8/9boot
+++ b/sys/man/8/9boot
@@ -76,12 +76,12 @@
 .SH ISO HYBRID BOOTING
 With the
 .I 9boothyb
-loader, a ISO image can be made into a bootable disk by
+loader, an ISO image can be made into a bootable disk by
 creating a MBR and appending a bootable DOS partition containing
 .I 9boothyb
 renamed to
 .IR 9bootfat .
-The loader will read the ISO filesystem as it were stored
+The loader will read the ISO filesystem as if it were stored
 on a CD-ROM drive.
 .SH NETWORK BOOTING
 With a PXE capable BIOS and network card one can download
@@ -114,7 +114,7 @@
 .B /efi/boot
 of the 
 .B FAT
-formated boot partition.
+formatted boot partition.
 For 
 .B CD-ROM
 media, the boot partition is provided
--