diff options
| -rw-r--r-- | sys/man/8/diskparts | 4 | ||||
| -rw-r--r-- | sys/man/8/prep | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/man/8/diskparts b/sys/man/8/diskparts index c3f9fa81d..4969e66dc 100644 --- a/sys/man/8/diskparts +++ b/sys/man/8/diskparts @@ -5,7 +5,7 @@ diskparts \- prepare disks for use .B diskparts .SH DESCRIPTION .I Diskparts -configures FDISK and Plan 9 partitions on any disks named +configures EFI, FDISK and Plan 9 partitions on any disks named .BR /dev/sd* , then configures .IR fs (3) @@ -29,7 +29,7 @@ yet, they are first bound after the current contents. storage interface control files for IDE devices .PD .SH SOURCE -.B /rc/bin +.B /rc/bin/diskparts .SH SEE ALSO .IR sd (3), .IR partfs (8) diff --git a/sys/man/8/prep b/sys/man/8/prep index f4c5fe367..0042451ed 100644 --- a/sys/man/8/prep +++ b/sys/man/8/prep @@ -1,6 +1,6 @@ .TH PREP 8 .SH NAME -prep, fdisk, format, mbr \- prepare disks, floppies and flashes +prep, edisk, fdisk, format, mbr \- prepare disks, floppies and flashes .SH SYNOPSIS .B disk/prep [ @@ -755,7 +755,8 @@ disk/format -b /386/pbs -d -r 2 /dev/sdC0/9fat \e .IR sd (3), .IR nusb (4), .IR 9boot (8), -.IR partfs (8) +.IR partfs (8), +.IR diskparts (8) .SH BUGS If .L "prep -p" |
