diff options
author | Lukas Larsson <[email protected]> | 2014-03-14 16:18:33 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-03-26 15:18:58 +0100 |
commit | ff3ac97b2fedf6621de5f3442a3b81f29f08daae (patch) | |
tree | f5876275c3cfe697b352752e2aa96743b5beee38 /erts/doc/src | |
parent | 675e046c886f358fdd80d9b818282cf714b577d2 (diff) | |
download | otp-ff3ac97b2fedf6621de5f3442a3b81f29f08daae.tar.gz otp-ff3ac97b2fedf6621de5f3442a3b81f29f08daae.tar.bz2 otp-ff3ac97b2fedf6621de5f3442a3b81f29f08daae.zip |
ose: erlang display goes to ramlog printf
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index aeded7c719..e06c56daac 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -887,7 +887,7 @@ <fsummary>Print a term on standard output</fsummary> <desc> <p>Prints a text representation of <c><anno>Term</anno></c> on the standard - output.</p> + output. On OSE the term is printed to the ramlog.</p> <warning> <p>This BIF is intended for debugging only.</p> </warning> |