diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2010-08-21 06:46:53 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2010-08-21 06:46:53 +0000 |
commit | dfb648c37d8af19454f7f69dc851226717f30a74 (patch) | |
tree | 722ebbda77d55690e2bccf8e8ea31f10762097f0 /sbin/pdisk | |
parent | 6dfb644e70784e5db55e4334c6c0d702d70a9e5a (diff) |
Use .Dq for double quotes and properly .Xr fdisk(1).
OK jmc
Diffstat (limited to 'sbin/pdisk')
-rw-r--r-- | sbin/pdisk/pdisk.8 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sbin/pdisk/pdisk.8 b/sbin/pdisk/pdisk.8 index d3ad8e09c5d..fa0c4e94b34 100644 --- a/sbin/pdisk/pdisk.8 +++ b/sbin/pdisk/pdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pdisk.8,v 1.16 2010/05/25 20:57:07 jmc Exp $ +.\" $OpenBSD: pdisk.8,v 1.17 2010/08/21 06:46:52 ray 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: May 25 2010 $ +.Dd $Mdocdate: August 21 2010 $ .Dt PDISK 8 .Os .Sh NAME @@ -32,9 +32,10 @@ .Sh DESCRIPTION .Nm is a menu driven program which partitions disks using the standard Apple -disk partitioning scheme described in "Inside Macintosh: Devices". +disk partitioning scheme described in +.Dq Inside Macintosh: Devices . It does not support the Intel/DOS partitioning scheme supported by -.Em fdisk . +.Xr fdisk 1 . .Pp The options are as follows: .Bl -tag -width Ds @@ -63,7 +64,7 @@ It can be specified either by its full pathname or an abbreviated disk form. In its abbreviated form, the path to the device, the .Sq r denoting -.Qq raw device , +.Dq raw device , and the partition letter, can all be omitted. For example, the first IDE disk can be specified as either .Pa /dev/rwd0c , |