aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2019-02-21 12:45:09 -0800
committerTim Newsome <tim@sifive.com>2019-02-21 12:45:09 -0800
commit7072f925133db38501cb3bdf964f9f43a1fcf632 (patch)
treeadedf9201316c79025e4627fc401dc69802a542c
parentae25286c87856df679c2d8565e1d0f0ea9a18d5f (diff)
downloadriscv-openocd-7072f925133db38501cb3bdf964f9f43a1fcf632.zip
riscv-openocd-7072f925133db38501cb3bdf964f9f43a1fcf632.tar.gz
riscv-openocd-7072f925133db38501cb3bdf964f9f43a1fcf632.tar.bz2
Document log_output >stdout and >stderr.
Change-Id: I29631d9a6058fffff4d3a5b35329cc6a56ec1eea
-rw-r--r--doc/openocd.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index cd68ea9..de02f75 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -7702,8 +7702,9 @@ echo "Downloading kernel -- please wait"
@end deffn
@deffn Command log_output [filename]
-Redirect logging to @var{filename};
-the initial log output channel is stderr.
+Redirect logging to @var{filename}. If @var{filename} is >stdout or >stderr,
+then logging is redirected to stdout and stderr respectively.
+The initial log output channel is stderr.
@end deffn
@deffn Command add_script_search_dir [directory]