summaryrefslogtreecommitdiff
path: root/sbin/pdisk/pdisk.8
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2016-01-27 14:20:00 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2016-01-27 14:20:00 +0000
commit3b6ad71d7f02bcaede85a9105c3d7c89b8b9aca8 (patch)
tree42141e5e6ba49bb56a2e075cf6ab4b7f9218cfed /sbin/pdisk/pdisk.8
parent4bfaaf42ae643e13a5ef2037af83095bac63555d (diff)
Check block 0 signature, physical block size and physical block count when
reading partition map. Check for unmapped physical blocks and overlapping partitions when reading partition map. No need for duplicate checks in validate_map(), so remove validate.c from build and 'v' command from code and docs.
Diffstat (limited to 'sbin/pdisk/pdisk.8')
-rw-r--r--sbin/pdisk/pdisk.86
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/pdisk/pdisk.8 b/sbin/pdisk/pdisk.8
index 26e3188ad44..58fbdb81936 100644
--- a/sbin/pdisk/pdisk.8
+++ b/sbin/pdisk/pdisk.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pdisk.8,v 1.23 2016/01/22 07:41:14 jmc Exp $
+.\" $OpenBSD: pdisk.8,v 1.24 2016/01/27 14:19:59 krw Exp $
.\"
.\" Copyright 1996,1997,1998 by Apple Computer, Inc.
.\" All Rights Reserved
@@ -19,7 +19,7 @@
.\" NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 22 2016 $
+.Dd $Mdocdate: January 27 2016 $
.Dt PDISK 8
.Os
.Sh NAME
@@ -95,8 +95,6 @@ reorder an entry in the partition map
change the size of the partition map
.It Em t
change the specified partition's type
-.It Em v
-validate the partition map
.It Em w
write the partition map
.El