ref: a27afe904d4b65520cdc5f2a13c69894a9bb02c1
parent: 854a1ab54f9af970059b167f2052598737c4ce31
author: Igor Böhm <[email protected]>
date: Sun Nov 21 17:45:51 EST 2021
prep(8): fix typos, wording, and formating
--- a/sys/man/8/prep
+++ b/sys/man/8/prep
@@ -83,7 +83,7 @@
.B 0x39
are Plan 9 partitions.
EFI systems use GUID partition table (GPT) format where partition types
-are identified by a 128-bit long identifiers. The randomly
+are identified by 128-bit long identifiers. The randomly
generated GUID
.B C91818F9-8025-47AF-89D2-F030D7000C2C
is used to identify the Plan 9 partition type in this scheme.
@@ -209,7 +209,7 @@
.I Prep
and
.I edisk
-works in units of disk sectors, which are almost always 512 bytes.
+work in units of disk sectors, which are almost always 512 bytes.
.IR Fdisk ,
.I edisk
and
@@ -228,7 +228,7 @@
doing nothing if a
Plan 9 partition already exists.
.I Edisk
-also adds a EFI system partition (esp) when not already exists.
+also adds an EFI system partition (esp) if it does not already exist.
If no other partition on the disk is marked active (i.e. marked as the boot partition),
.I fdisk
will mark the new partition active.
@@ -449,7 +449,7 @@
Delete the named partition.
.TP
.B h
-Print a help message listing command synopses.
+Print a help message listing command synopsis.
.TP
.B p
Print the disk partition table.
@@ -737,7 +737,8 @@
.EX
disk/mbr -m /386/mbr /dev/sdC0/data
disk/fdisk -baw /dev/sdC0/data
-disk/prep -bw -a^(9fat nvram fscache fsworm other swap) /dev/sdC0/plan9
+disk/prep -bw -a^(9fat nvram fscache fsworm other swap) \e
+ /dev/sdC0/plan9
disk/format -b /386/pbs -d -r 2 /dev/sdC0/9fat \e
/386/9bootfat /386/9pc /tmp/plan9.ini
.EE