aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-03-23 08:19:03 +0100
committerJohn Högberg <[email protected]>2018-03-23 08:19:03 +0100
commit7c2672e614883d8f0eac7559a59d0373ec92af69 (patch)
tree3efd77a3e47638fab644366376dffb859a9aef96 /system
parentb302412387b094bb827ea8ae5f8f3e28178c2f8b (diff)
parentf5af4ec3aec18b7237c11ec6c8b7dd9367002d37 (diff)
downloadotp-7c2672e614883d8f0eac7559a59d0373ec92af69.tar.gz
otp-7c2672e614883d8f0eac7559a59d0373ec92af69.tar.bz2
otp-7c2672e614883d8f0eac7559a59d0373ec92af69.zip
Merge branch 'john/erts/list-installed-nifs/OTP-14965'
* john/erts/list-installed-nifs/OTP-14965: Add an option to ?MODULE:module_info/1 for listing NIFs Fix a misleading comment
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/modules.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/doc/reference_manual/modules.xml b/system/doc/reference_manual/modules.xml
index 4a97bfeb7b..7dc71eb307 100644
--- a/system/doc/reference_manual/modules.xml
+++ b/system/doc/reference_manual/modules.xml
@@ -307,6 +307,12 @@ behaviour_info(callbacks) -> Callbacks.</pre>
all functions in the module.</p>
</item>
+ <tag><c>nifs</c></tag>
+ <item>
+ <p>Returns a list of <c>{Name,Arity}</c> tuples with
+ all NIF functions in the module.</p>
+ </item>
+
<tag><c>native</c></tag>
<item>
<p>Return <c>true</c> if the module has native compiled code.