summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2013-03-27 19:46:35 +0000
committerjasper <jasper@openbsd.org>2013-03-27 19:46:35 +0000
commit5198f267aac100e6c5eeab9c90ebd3387a85bf66 (patch)
tree2296dcad95ce98324b0de57ebcd2bddfea927549
parentfill in cpu_model. (diff)
downloadwireguard-openbsd-5198f267aac100e6c5eeab9c90ebd3387a85bf66.tar.xz
wireguard-openbsd-5198f267aac100e6c5eeab9c90ebd3387a85bf66.zip
fix wrapped line that snuck in an extra \n in a question.
-rw-r--r--distrib/octeon/ramdisk/install.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/octeon/ramdisk/install.md b/distrib/octeon/ramdisk/install.md
index efda19a9e9f..d13dc3da1ee 100644
--- a/distrib/octeon/ramdisk/install.md
+++ b/distrib/octeon/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.1 2013/03/26 18:03:53 jasper Exp $
+# $OpenBSD: install.md,v 1.2 2013/03/27 19:46:35 jasper Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -92,8 +92,7 @@ md_prep_disklabel() {
while :; do
echo "The auto-allocated layout for $_disk is:"
disklabel -h -A $_disk | egrep "^# |^ [a-p]:"
- ask "Use (A)uto layout, (E)dit auto layout, or create
-(C)ustom layout?" a
+ ask "Use (A)uto layout, (E)dit auto layout, or create (C)ustom layout?" a
case $resp in
a*|A*) _op=-w ; AUTOROOT=y ;;
e*|E*) _op=-E ;;