summaryrefslogtreecommitdiff
path: root/doc/README.console
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.console')
-rw-r--r--doc/README.console4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.console b/doc/README.console
index 9f5812c89d1..d6a2821ab68 100644
--- a/doc/README.console
+++ b/doc/README.console
@@ -24,8 +24,8 @@ stdout or stderr) to any device you see in that list simply by
assigning its name to the corresponding environment variable. For
example:
- setenv stdin serial <- To use the serial input
- setenv stdout video <- To use the video console
+ env set stdin serial <- To use the serial input
+ env set stdout video <- To use the video console
Do a simple "saveenv" to save the console settings in the environment
and get them working on the next startup, too.