summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/arm64/ramdisk/install.md4
-rw-r--r--distrib/armv7/ramdisk/install.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/arm64/ramdisk/install.md b/distrib/arm64/ramdisk/install.md
index f093eed3f2c..80bf114f3c5 100644
--- a/distrib/arm64/ramdisk/install.md
+++ b/distrib/arm64/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.8 2018/02/25 01:53:29 jsg Exp $
+# $OpenBSD: install.md,v 1.9 2018/03/23 05:02:27 deraadt Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -87,7 +87,7 @@ md_prep_fdisk() {
else
echo "MBR has invalid signature; not showing it."
fi
- ask "Use (W)hole disk$ or (E)dit the MBR?" "$_d"
+ ask "Use (W)hole disk or (E)dit the MBR?" "$_d"
case $resp in
[wW]*)
echo -n "Creating a ${bootfstype} partition and an OpenBSD partition for rest of $_disk..."
diff --git a/distrib/armv7/ramdisk/install.md b/distrib/armv7/ramdisk/install.md
index 23d574e4e7a..f16cc60c7d3 100644
--- a/distrib/armv7/ramdisk/install.md
+++ b/distrib/armv7/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.48 2017/09/01 04:40:40 jsg Exp $
+# $OpenBSD: install.md,v 1.49 2018/03/23 05:02:27 deraadt Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -101,7 +101,7 @@ md_prep_fdisk() {
else
echo "MBR has invalid signature; not showing it."
fi
- ask "Use (W)hole disk$ or (E)dit the MBR?" "$_d"
+ ask "Use (W)hole disk or (E)dit the MBR?" "$_d"
case $resp in
[wW]*)
echo -n "Creating a ${bootfstype} partition and an OpenBSD partition for rest of $_disk..."