Skip to content

Commit

Permalink
Merge branch 'lukas/docfixes/OTP-9850' into maint
Browse files Browse the repository at this point in the history
* lukas/docfixes/OTP-9850:
  Fix some broken links in documentation
  • Loading branch information
garazdawi committed Jan 4, 2012
2 parents 34dca57 + fb22391 commit c9b489b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion erts/doc/src/erlang.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3909,7 +3909,7 @@ os_prompt%</pre>
<item>
<p>Return the current call stack back-trace (<em>stacktrace</em>)
of the process. The stack has the same format as returned by
<seealso marker="#get_stacktrace/1">erlang:get_stacktrace/0</seealso>.
<seealso marker="#get_stacktrace/0">erlang:get_stacktrace/0</seealso>.
</p>
</item>
<tag><c>{dictionary, Dictionary}</c></tag>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* the recipient of the message. When sending messages to other mailboxes, the
* recipient can only respond if the sender includes the pid as part of the
* message contents. The sender can determine his own pid by calling
* {@link #self self()}.
* {@link #self() self()}.
* </p>
*
* <p>
Expand Down
4 changes: 2 additions & 2 deletions lib/jinterface/java_src/com/ericsson/otp/erlang/OtpNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ protected void finalize() {
* Create an unnamed {@link OtpMbox mailbox} that can be used to send and
* receive messages with other, similar mailboxes and with Erlang processes.
* Messages can be sent to this mailbox by using its associated
* {@link OtpMbox#self pid}.
* {@link OtpMbox#self() pid}.
*
* @return a mailbox.
*/
Expand Down Expand Up @@ -248,7 +248,7 @@ public void closeMbox(final OtpMbox mbox, final OtpErlangObject reason) {
* Create an named mailbox that can be used to send and receive messages
* with other, similar mailboxes and with Erlang processes. Messages can be
* sent to this mailbox by using its registered name or the associated
* {@link OtpMbox#self pid}.
* {@link OtpMbox#self() pid}.
*
* @param name
* a name to register for this mailbox. The name must be unique
Expand Down
2 changes: 1 addition & 1 deletion lib/public_key/doc/src/public_key.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
<desc>
<p>Encodes a list of ssh file entries (public keys and attributes) to a binary. Possible
attributes depends on the file type, see <seealso
marker="ssh_decode"> ssh_decode/2 </seealso></p>
marker="#ssh_decode-2"> ssh_decode/2 </seealso></p>
</desc>
</func>

Expand Down
2 changes: 1 addition & 1 deletion lib/sasl/doc/src/appup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ restart_new_emulator
<p>An info report will be written when the upgrade is
completed. To programatically find out if the upgrade is
complete,
call <seealso marker="release_handler#which_release/0">
call <seealso marker="release_handler#which_releases/0">
release_handler:which_releases</seealso> and check if the
expected release has status <c>current</c>.</p>
<p>The new release must still be made permanent after the upgrade
Expand Down
2 changes: 1 addition & 1 deletion lib/stdlib/doc/src/io.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<desc>
<p>Either <c>standard_io</c>, <c>standard_error</c>, a
registered name, or a pid handling IO protocols (returned from
<seealso marker="file#open/2">file:open/2</seealso>).</p>
<seealso marker="kernel:file#open/2">file:open/2</seealso>).</p>
</desc>
</datatype>
<datatype>
Expand Down

0 comments on commit c9b489b

Please sign in to comment.