diff options
author | Fredrik Gustafsson <[email protected]> | 2013-02-04 09:43:59 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-02-04 09:43:59 +0100 |
commit | 0660708dd41e5b0b1c2d03487121ace9c3616374 (patch) | |
tree | 5dd6f0c7686acecdd106887eb987c4791e338e65 | |
parent | c14a046f40dee9915aa2d3d7d351bd80a630db61 (diff) | |
download | otp-0660708dd41e5b0b1c2d03487121ace9c3616374.tar.gz otp-0660708dd41e5b0b1c2d03487121ace9c3616374.tar.bz2 otp-0660708dd41e5b0b1c2d03487121ace9c3616374.zip |
Added name prefix to code.xml
-rw-r--r-- | lib/kernel/doc/src/code.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml index a1c3eee6ec..dbcf376487 100644 --- a/lib/kernel/doc/src/code.xml +++ b/lib/kernel/doc/src/code.xml @@ -740,7 +740,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), </func> <func> - <name="get_mode" arity="0"/> + <name name="get_mode" arity="0"/> <fsummary>The code_server's mode.</fsummary> <desc> <p>This function returns an atom describing the code_server's mode: |