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