diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-05-16 05:41:26 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-05-16 05:41:26 +0000 |
commit | f4b5f73ebc19edd502504313daf4c793dde532fb (patch) | |
tree | fc5a2d73b6cf6fd595fdac3d594c407b7023b210 /sbin/disklabel/disklabel.8 | |
parent | c7a34534298a1d58d185e9e7ab46a48bedd394b8 (diff) |
change only use of slice to 'partition letter' to be consistent with
use of partition everywhere else; ok jmc@
Diffstat (limited to 'sbin/disklabel/disklabel.8')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 4860760cd09..cca6192cdf7 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.59 2005/03/07 23:41:53 jmc Exp $ +.\" $OpenBSD: disklabel.8,v 1.60 2006/05/16 05:41:25 stevesk Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -211,7 +211,7 @@ In its abbreviated form, the path to the device, the .Sq r denoting .Qq raw device , -and the slice, can all be omitted. +and the partition letter, can all be omitted. For example, the first IDE disk can be specified as either .Pa /dev/rwd0c , .Pa /dev/wd0c , |