diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-18 18:08:30 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-18 18:08:30 +0100 |
commit | 1da795f327da3f33d420ae69a8d7e3e60e345756 (patch) | |
tree | d766ce2c5732d55ef55842393ff04a436845ed65 /sys/man | |
parent | c78d6569ac4950fbe2fd47d0d715f0620293f221 (diff) |
diskparts(8), prep(8): add edisk in NAME section
Diffstat (limited to 'sys/man')
-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" |