summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2000-12-22 03:03:23 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2000-12-22 03:03:23 +0000
commiteb06dcda4823c69a853ce7740b1fb621583653ac (patch)
tree7f036cea7855e48869af51c6d62f01888adcba21
parent3a9c99b751edf9da7e49c9b2e02bb92e82a4ab92 (diff)
Fix error pointed out by brad.
"auto-boot?" is the proper variable name to disable/enable autobooting not "auto-boot"
-rw-r--r--distrib/notes/powerpc/contents2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/notes/powerpc/contents b/distrib/notes/powerpc/contents
index 0d666a003ce..5b71cd150b4 100644
--- a/distrib/notes/powerpc/contents
+++ b/distrib/notes/powerpc/contents
@@ -70,7 +70,7 @@ enet = motherboard ethernet device
Other Open Firmware command examples:
-------------------------------------
-setenv auto-boot false
+setenv auto-boot? false
(force the machine to wait at Open Firmware
for user input at next reboot; options are true/false)