aboutsummaryrefslogtreecommitdiff
path: root/sbin/i386
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1998-11-26 12:24:35 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1998-11-26 12:24:35 +0000
commit698b4def3f559aae45195e06ced20aee40cea238 (patch)
tree99abd034f41c3b77a2e470502925acb581f9fbc8 /sbin/i386
parent7adae46cd33dff8a216a71c188adaefd73cf6a43 (diff)
downloadsrc-698b4def3f559aae45195e06ced20aee40cea238.tar.gz
src-698b4def3f559aae45195e06ced20aee40cea238.zip
sd0 -> da0
Notes
Notes: svn path=/head/; revision=41354
Diffstat (limited to 'sbin/i386')
-rw-r--r--sbin/i386/fdisk/fdisk.84
-rw-r--r--sbin/i386/fdisk/fdisk.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/i386/fdisk/fdisk.8 b/sbin/i386/fdisk/fdisk.8
index 2248b6a0c2a9..e4ce0a54720f 100644
--- a/sbin/i386/fdisk/fdisk.8
+++ b/sbin/i386/fdisk/fdisk.8
@@ -110,12 +110,12 @@ prints out the partition table that is written to the disk.
The final disk name can be provided as a
.Sq bare
disk name only, e.g.
-.Ql sd0 ,
+.Ql da0 ,
or as a fully qualified device node under
.Pa /dev .
If omitted, the disks
.Ql wd0 ,
-.Ql sd0 ,
+.Ql da0 ,
and
.Ql od0
are being searched in that order, until one is
diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c
index 44dfc8552315..219a8b3dcff0 100644
--- a/sbin/i386/fdisk/fdisk.c
+++ b/sbin/i386/fdisk/fdisk.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: fdisk.c,v 1.25 1998/11/06 03:25:56 jkoshy Exp $";
+ "$Id: fdisk.c,v 1.26 1998/11/06 03:43:21 alex Exp $";
#endif /* not lint */
#include <sys/disklabel.h>
@@ -67,7 +67,7 @@ int secsize = 0; /* the sensed sector size */
const char *disk;
const char *disks[] =
{
- "/dev/rwd0", "/dev/rsd0", "/dev/rod0", 0
+ "/dev/rwd0", "/dev/rda0", "/dev/rod0", 0
};
struct disklabel disklabel; /* disk parameters */