diff options
author | 2016-01-28 07:57:19 +0000 | |
---|---|---|
committer | 2016-01-28 07:57:19 +0000 | |
commit | 5b6ed18d92f04762b955f45aece7ea1bbaadf829 (patch) | |
tree | 51761f439b6bf77f6989b9170696c623e4fc2f89 | |
parent | Tweak verbiage for 'r' (reorder) command. (diff) | |
download | wireguard-openbsd-5b6ed18d92f04762b955f45aece7ea1bbaadf829.tar.xz wireguard-openbsd-5b6ed18d92f04762b955f45aece7ea1bbaadf829.zip |
more tweaks; ok krw
-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 |