diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-24 23:45:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-24 23:45:06 +0000 |
commit | d8d6152621ceb8337a47eb9860d578c116ca2843 (patch) | |
tree | b97054d7e0b31b0bf43a1f0a0207a75404e63563 /distrib/vax | |
parent | 784b6fcca48bd6f44d88a9f0dab6966ecbbe581e (diff) |
fix english; krw ok
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
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. |