diff options
author | 1997-05-08 12:49:55 +0000 | |
---|---|---|
committer | 1997-05-08 12:49:55 +0000 | |
commit | ff5e55590db2a8d07a9b5c806911e3c209ac9b4f (patch) | |
tree | ea3c810f2ab29dfbd479f9cf1960e3b1479ee850 | |
parent | Fix tar & cpio links (diff) | |
download | wireguard-openbsd-ff5e55590db2a8d07a9b5c806911e3c209ac9b4f.tar.xz wireguard-openbsd-ff5e55590db2a8d07a9b5c806911e3c209ac9b4f.zip |
s/powerpc/alpha/
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 5aaf553dc21..8afb6e1ae89 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.1 1997/05/07 12:46:56 niklas Exp $ +# $OpenBSD: install.md,v 1.2 1997/05/08 12:49:55 niklas Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -157,7 +157,7 @@ md_welcome_banner() { { if [ "$MODE" = "install" ]; then echo "" - echo "Welcome to the OpenBSD/powerpc ${VERSION} installation program." + echo "Welcome to the OpenBSD/alpha ${VERSION} installation program." cat << \__welcome_banner_1 This program is designed to help you put OpenBSD on your disk, @@ -168,7 +168,7 @@ __welcome_banner_1 else echo "" - echo "Welcome to the OpenBSD/powerpc ${VERSION} upgrade program." + echo "Welcome to the OpenBSD/alpha ${VERSION} upgrade program." cat << \__welcome_banner_2 This program is designed to help you upgrade your OpenBSD system in a |