summaryrefslogtreecommitdiffstats
path: root/sbin/i386
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1998-11-26 12:24:35 +0000
committerjoerg <joerg@FreeBSD.org>1998-11-26 12:24:35 +0000
commitd77f34aad83b8ac37d0f20bb336abcf4b6fa4e7e (patch)
tree00889ac5f42fa391f9b02b1aee1b51e0338b43d8 /sbin/i386
parent0d1ee57ed384ecc99c1bc5b797beebc15e2a067b (diff)
downloadFreeBSD-src-d77f34aad83b8ac37d0f20bb336abcf4b6fa4e7e.zip
FreeBSD-src-d77f34aad83b8ac37d0f20bb336abcf4b6fa4e7e.tar.gz
sd0 -> da0
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 2248b6a..e4ce0a5 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 44dfc85..219a8b3 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 */
OpenPOWER on IntegriCloud