summaryrefslogtreecommitdiff
path: root/distrib/octeon/ramdisk
diff options
context:
space:
mode:
authorRobert Peichaer <rpe@cvs.openbsd.org>2015-11-09 20:54:13 +0000
committerRobert Peichaer <rpe@cvs.openbsd.org>2015-11-09 20:54:13 +0000
commit0b5801847d91e897a17dedf74ba50e49996a13f7 (patch)
treed0afdd45b6662c8d660cd99cd9d0ef4adedfb548 /distrib/octeon/ramdisk
parent302e9104b8b3669882783f2d92030ea28562344d (diff)
Fix commas in "Use (W)hole disk MBR..." question.
OK jmc@ krw@
Diffstat (limited to 'distrib/octeon/ramdisk')
-rw-r--r--distrib/octeon/ramdisk/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/octeon/ramdisk/install.md b/distrib/octeon/ramdisk/install.md
index 9de62a7bb24..4733f7e9916 100644
--- a/distrib/octeon/ramdisk/install.md
+++ b/distrib/octeon/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.10 2015/06/02 19:54:06 rpe Exp $
+# $OpenBSD: install.md,v 1.11 2015/11/09 20:54:12 rpe Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -56,7 +56,7 @@ md_prep_fdisk() {
if fdisk $_disk | grep -q 'Signature: 0xAA55'; then
fdisk $_disk
if fdisk $_disk | grep -q '^..: A6 '; then
- _q=", use the (O)penBSD area,"
+ _q=", use the (O)penBSD area"
_d=OpenBSD
fi
else