summaryrefslogtreecommitdiff
path: root/distrib/sparc64/common
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/sparc64/common
parent784b6fcca48bd6f44d88a9f0dab6966ecbbe581e (diff)
fix english; krw ok
Diffstat (limited to 'distrib/sparc64/common')
-rw-r--r--distrib/sparc64/common/install.md4
1 files changed, 2 insertions, 2 deletions
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.