summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-24 23:45:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-24 23:45:06 +0000
commitd8d6152621ceb8337a47eb9860d578c116ca2843 (patch)
treeb97054d7e0b31b0bf43a1f0a0207a75404e63563 /distrib
parent784b6fcca48bd6f44d88a9f0dab6966ecbbe581e (diff)
fix english; krw ok
Diffstat (limited to 'distrib')
-rw-r--r--distrib/mac68k/ramdisk/install.md4
-rw-r--r--distrib/sparc/install.md4
-rw-r--r--distrib/sparc64/common/install.md4
-rw-r--r--distrib/sun3/install.md4
-rw-r--r--distrib/vax/install.md4
5 files changed, 10 insertions, 10 deletions
diff --git a/distrib/mac68k/ramdisk/install.md b/distrib/mac68k/ramdisk/install.md
index 38590e54db6..44753f5e4be 100644
--- a/distrib/mac68k/ramdisk/install.md
+++ b/distrib/mac68k/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.16 2002/08/27 02:18:34 krw Exp $
+# $OpenBSD: install.md,v 1.17 2002/09/24 23:45:05 deraadt Exp $
#
# Copyright (c) 2002, Miodrag Vallat.
# All rights reserved.
@@ -101,7 +101,7 @@ md_prep_disklabel() {
md_checkfordisklabel $_disk
case $? in
0) ;;
- 1) echo WARNING: Label on disk $_disk has no label. You will be creating a new one.
+ 1) echo WARNING: Disk $_disk has no label. You will be creating a new one.
echo
;;
2) echo WARNING: Label on disk $_disk is corrupted. You will be repairing.
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md
index fceeff67659..85459c733cc 100644
--- a/distrib/sparc/install.md
+++ b/distrib/sparc/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.45 2002/08/27 02:18:34 krw Exp $
+# $OpenBSD: install.md,v 1.46 2002/09/24 23:45:05 deraadt Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -98,7 +98,7 @@ md_prep_disklabel()
md_checkfordisklabel $_disk
case $? in
0) ;;
- 1) echo WARNING: Label on disk $_disk has no label. You will be creating a new one.
+ 1) echo WARNING: Disk $_disk has no label. You will be creating a new one.
echo
;;
2) echo WARNING: Label on disk $_disk is corrupted. You will be repairing.
diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md
index d35f7a7009f..c83a71849d0 100644
--- a/distrib/sparc64/common/install.md
+++ b/distrib/sparc64/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.13 2002/08/27 02:18:34 krw Exp $
+# $OpenBSD: install.md,v 1.14 2002/09/24 23:45:05 deraadt Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -108,7 +108,7 @@ md_prep_disklabel()
md_checkfordisklabel $_disk
case $? in
0) ;;
- 1) echo WARNING: Label on disk $_disk has no label. You will be creating a new one.
+ 1) echo WARNING: Disk $_disk has no label. You will be creating a new one.
echo
;;
2) echo WARNING: Label on disk $_disk is corrupted. You will be repairing.
diff --git a/distrib/sun3/install.md b/distrib/sun3/install.md
index 0ed91e332a9..58735f415cd 100644
--- a/distrib/sun3/install.md
+++ b/distrib/sun3/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.13 2002/08/27 02:18:34 krw Exp $
+# $OpenBSD: install.md,v 1.14 2002/09/24 23:45:05 deraadt Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@ md_prep_disklabel()
md_checkfordisklabel $_disk
case $? in
0) ;;
- 1) echo WARNING: Label on disk $_disk has no label. You will be creating a new one.
+ 1) echo WARNING: Disk $_disk has no label. You will be creating a new one.
echo
;;
2) echo WARNING: Label on disk $_disk is corrupted. You will be repairing.
diff --git a/distrib/vax/install.md b/distrib/vax/install.md
index 6fdaabbef1e..79409992202 100644
--- a/distrib/vax/install.md
+++ b/distrib/vax/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.18 2002/08/27 02:18:34 krw Exp $
+# $OpenBSD: install.md,v 1.19 2002/09/24 23:45:05 deraadt Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -80,7 +80,7 @@ md_prep_disklabel()
md_checkfordisklabel $_disk
case $? in
0) ;;
- 1) echo WARNING: Label on disk $_disk has no label. You will be creating a new one.
+ 1) echo WARNING: Disk $_disk has no label. You will be creating a new one.
echo
;;
2) echo WARNING: Label on disk $_disk is corrupted. You will be repairing.