summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-31 06:17:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-31 06:17:11 +0000
commit165607ca1ac4fc9ddeef1a37a3e584b31f9fddea (patch)
treefb0637ae8992de38bdacc65a407034c0fcef0ac6
parentee6bfd4c9ebd1a02e16964d5cc9223c360ca3e80 (diff)
kill spaces in fstypenames[] entries; abs@mono.org
-rw-r--r--sys/sys/disklabel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index 8e3692c1707..a14cd2d5cac 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.11 1996/12/05 13:08:47 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.12 1997/05/31 06:17:10 deraadt Exp $ */
/* $NetBSD: disklabel.h,v 1.41 1996/05/10 23:07:37 mark Exp $ */
/*
@@ -242,11 +242,11 @@ static char *dktypenames[] = {
static char *fstypenames[] = {
"unused",
"swap",
- "Version 6",
- "Version 7",
- "System V",
+ "Version6",
+ "Version7",
+ "SystemV",
"4.1BSD",
- "Eighth Edition",
+ "Eighth-Edition",
"4.2BSD",
"MSDOS",
"4.4LFS",