summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2023-02-06 08:41:01 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2023-02-06 08:41:01 +0000
commite72ee2c18daad8c849fc4b3ea95c2f9ae9b16f7e (patch)
tree6954c9acb77113445687ba990d51894811ff34ce /distrib
parent9d808a2cf47317a60b9bada503527a55f653d2e0 (diff)
Add space after comma in MD "No * partition in *,try again." replies
split across `echo -n' and `echo'. Those in single `echo' have it.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/amd64/common/install.md4
-rw-r--r--distrib/arm64/ramdisk/install.md4
-rw-r--r--distrib/riscv64/ramdisk/install.md4
3 files changed, 6 insertions, 6 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md
index 877edb2607d..1abb6c217fc 100644
--- a/distrib/amd64/common/install.md
+++ b/distrib/amd64/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.57 2022/11/14 14:04:25 deraadt Exp $
+# $OpenBSD: install.md,v 1.58 2023/02/06 08:41:00 kn Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -122,7 +122,7 @@ __EOT
disk_has $_disk mbr openbsd && return
echo -n "No OpenBSD partition in MBR,"
fi
- echo "try again." ;;
+ echo " try again." ;;
[oO]*)
[[ $_d == OpenBSD ]] || continue
if [[ $_disk == $ROOTDISK ]] && disk_has $_disk gpt &&
diff --git a/distrib/arm64/ramdisk/install.md b/distrib/arm64/ramdisk/install.md
index 8362fe935b1..b6944b88c1f 100644
--- a/distrib/arm64/ramdisk/install.md
+++ b/distrib/arm64/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.35 2022/09/26 00:20:14 kettenis Exp $
+# $OpenBSD: install.md,v 1.36 2023/02/06 08:41:00 kn Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -174,7 +174,7 @@ __EOT
disk_has $_disk mbr openbsd && return
echo -n "No OpenBSD partition in MBR,"
fi
- echo "try again." ;;
+ echo " try again." ;;
esac
done
}
diff --git a/distrib/riscv64/ramdisk/install.md b/distrib/riscv64/ramdisk/install.md
index ea1960b5fb0..8f315c34d11 100644
--- a/distrib/riscv64/ramdisk/install.md
+++ b/distrib/riscv64/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.6 2022/02/06 11:29:18 visa Exp $
+# $OpenBSD: install.md,v 1.7 2023/02/06 08:41:00 kn Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -120,7 +120,7 @@ __EOT
disk_has $_disk mbr openbsd && return
echo -n "No OpenBSD partition in MBR,"
fi
- echo "try again." ;;
+ echo " try again." ;;
esac
done
}