diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-01-28 07:57:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-01-28 07:57:20 +0000 |
commit | 67e8c0aabaf4b6f1fa56108cbec6de11b9fb6aca (patch) | |
tree | b19872d0fa35452e07c5ca196f2dd1106c5b37e0 /sbin | |
parent | 3725cf6ae36bf10f894b3c8f9db496323c7ff9fc (diff) |
more tweaks; ok krw
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pdisk/pdisk.8 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sbin/pdisk/pdisk.8 b/sbin/pdisk/pdisk.8 index d661fff1346..a00a23c21f1 100644 --- a/sbin/pdisk/pdisk.8 +++ b/sbin/pdisk/pdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pdisk.8,v 1.29 2016/01/28 01:07:39 krw Exp $ +.\" $OpenBSD: pdisk.8,v 1.30 2016/01/28 07:57:19 jmc Exp $ .\" .\" Copyright 1996,1997,1998 by Apple Computer, Inc. .\" All Rights Reserved @@ -114,10 +114,12 @@ compatibility reasons. .Pp The .Em c -(create an OpenBSD partition) and +(create an +.Ox +partition) and .Em C (create a partition of a specified type) -are the only one with complicated arguments. +commands are the only ones with complicated arguments. .Pp The first argument is the base address (in blocks) of the partition. Besides a raw number, you can also specify a partition number followed @@ -142,7 +144,8 @@ This can be a single word without quotes, or a string surrounded by single or double quotes. The .Em c -command automatically uses the type OpenBSD. +command automatically uses the type +.Ox . .Pp The .Em n |