summaryrefslogtreecommitdiff
path: root/sbin/fdisk/fdisk.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-03 07:54:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-03 07:54:35 +0000
commit3fe3d991d2fc65e40395665e30439bccebce23cc (patch)
tree5b68f121e0cb6b5f83309b39f7952d286b8bd53d /sbin/fdisk/fdisk.c
parent7af05ac3c4ea1cfbacfd4e1c45ee9b22fcbabffc (diff)
openbsd, not netbsd
Diffstat (limited to 'sbin/fdisk/fdisk.c')
-rw-r--r--sbin/fdisk/fdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index 60cfe1bc2ab..ce378a35eab 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -148,7 +148,7 @@ struct part_type {
{0x83, "Linux filesystem"},
{0x93, "Amoeba filesystem"},
{0x94, "Amoeba bad block table"},
- {0xA5, "NetBSD or 386BSD"},
+ {0xA5, "OpenBSD/NetBSD/FreeBSD/386BSD"},
{0xB7, "BSDI BSD/386 filesystem"},
{0xB8, "BSDI BSD/386 swap"},
{0xDB, "Concurrent CPM or C.DOS or CTOS"},