diff options
author | Lukas Larsson <[email protected]> | 2018-10-01 15:34:42 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-10-01 15:34:42 +0200 |
commit | 6209a4626f0e93223790817ffb355f43abbf189a (patch) | |
tree | 4bee10f20582550e850e31fdd14fea6e7093f12f /erts/doc | |
parent | 71a6e006f71e14e3a67d64b5acfec2875cdc3e32 (diff) | |
parent | 0edd7ee4d575656f6da6558e40d6993f41a4be38 (diff) | |
download | otp-6209a4626f0e93223790817ffb355f43abbf189a.tar.gz otp-6209a4626f0e93223790817ffb355f43abbf189a.tar.bz2 otp-6209a4626f0e93223790817ffb355f43abbf189a.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl_nif.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml index a5826307f7..3820132d71 100644 --- a/erts/doc/src/erl_nif.xml +++ b/erts/doc/src/erl_nif.xml @@ -1252,7 +1252,7 @@ typedef struct { <p>Similar to <c>fprintf</c> but this format string also accepts <c>"%T"</c>, which formats Erlang terms of type <seealso marker="#ERL_NIF_TERM"><c>ERL_NIF_TERM</c></seealso>.</p> - <p>This function is primarily intenden for debugging purpose. It is not + <p>This function is primarily intended for debugging purpose. It is not recommended to print very large terms with <c>%T</c>. The function may change <c>errno</c>, even if successful.</p> </desc> @@ -3216,7 +3216,7 @@ if (retval & ERL_NIF_SELECT_STOP_CALLED) { <p>Similar to <c>snprintf</c> but this format string also accepts <c>"%T"</c>, which formats Erlang terms of type <seealso marker="#ERL_NIF_TERM"><c>ERL_NIF_TERM</c></seealso>.</p> - <p>This function is primarily intenden for debugging purpose. It is not + <p>This function is primarily intended for debugging purpose. It is not recommended to print very large terms with <c>%T</c>. The function may change <c>errno</c>, even if successful.</p> </desc> |