Skip to content

Commit

Permalink
Merge branch 'lukas/17/docfixes/OTP-11613'
Browse files Browse the repository at this point in the history
* lukas/17/docfixes/OTP-11613:
  17.0 anchor and broken links fixes
  • Loading branch information
garazdawi committed Jan 27, 2014
2 parents a193c51 + 302954c commit aa1b402
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion erts/doc/src/notes.xml
Expand Up @@ -257,7 +257,7 @@
processes before the BIF returns, or fail with an
exception due to the port not being open. </p><p> The
synchronous port BIFs are: </p> <list> <item><seealso
marker="erlang#port_close/1/"><c>port_close/1</c></seealso></item>
marker="erlang#port_close/1"><c>port_close/1</c></seealso></item>
<item><seealso
marker="erlang#port_command/2"><c>port_command/2</c></seealso></item>
<item><seealso
Expand Down
2 changes: 1 addition & 1 deletion lib/common_test/doc/src/run_test_chapter.xml
Expand Up @@ -215,7 +215,7 @@
<pre>-exit_status ignore_config</pre>

<p>For more information about the <c>ct_run</c> program, see the
<seealso marker="ct_run#top">Reference Manual</seealso> and the
<seealso marker="ct_run">Reference Manual</seealso> and the
<seealso marker="install_chapter#general">Installation</seealso> chapter.
</p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion lib/ssh/doc/src/ssh.xml
Expand Up @@ -38,7 +38,7 @@
<item>Supported SSH version is 2.0 </item>
<item>Supported MAC algorithms: hmac-sha1</item>
<item>Supported encryption algorithms: aes128-cb and 3des-cbc</item>
<item>Supports unicode filenames if the emulator and the underlaying OS supports it. See the DESCRIPTION section in <seealso marker="file">file</seealso> for information about this subject</item>
<item>Supports unicode filenames if the emulator and the underlaying OS supports it. See the DESCRIPTION section in <seealso marker="kernel:file">file</seealso> for information about this subject</item>
<item>Supports unicode in shell and cli</item>
</list>

Expand Down
6 changes: 3 additions & 3 deletions lib/syntax_tools/src/erl_syntax.erl
Expand Up @@ -512,7 +512,7 @@
%% @see macro/2
%% @see match_expr/2
%% @see module_qualifier/2
%% @see named_fun_expr/1
%% @see named_fun_expr/2
%% @see nil/0
%% @see operator/1
%% @see parentheses/1
Expand Down Expand Up @@ -5699,7 +5699,7 @@ named_fun_expr_name(Node) ->
%% =====================================================================
%% @doc Returns the list of clause subtrees of a `named_fun_expr' node.
%%
%% @see named_fun_expr/1
%% @see named_fun_expr/2

-spec named_fun_expr_clauses(syntaxTree()) -> [syntaxTree()].

Expand All @@ -5722,7 +5722,7 @@ named_fun_expr_clauses(Node) ->
%% syntax tree `C' of type `clause' such that
%% `clause_patterns(C)' is a nonempty list.
%%
%% @see named_fun_expr/1
%% @see named_fun_expr/2
%% @see named_fun_expr_clauses/1
%% @see clause/3
%% @see clause_patterns/1
Expand Down

0 comments on commit aa1b402

Please sign in to comment.