From b075fbda0ad0a711344011fb365b00acd5b64760 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?=
Date: Wed, 3 Apr 2019 13:20:37 +0200
Subject: Fix broken links
A multitude of broken links were found when a bug was fixed
in the link checker.
---
lib/stdlib/doc/src/dets.xml | 4 ++--
lib/stdlib/doc/src/digraph_utils.xml | 2 +-
lib/stdlib/doc/src/proc_lib.xml | 2 +-
lib/stdlib/doc/src/slave.xml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'lib/stdlib/doc/src')
diff --git a/lib/stdlib/doc/src/dets.xml b/lib/stdlib/doc/src/dets.xml
index 8e4e002000..8b9502a3b1 100644
--- a/lib/stdlib/doc/src/dets.xml
+++ b/lib/stdlib/doc/src/dets.xml
@@ -1090,8 +1090,8 @@ ok
-
select - The table is traversed by calling
- dets:select/3 and
- dets:select/1.
+ dets:select/3 and
+ dets:select/1.
Option n_objects determines the number of objects
returned (the third argument of select/3). The
match specification (the second argument of
diff --git a/lib/stdlib/doc/src/digraph_utils.xml b/lib/stdlib/doc/src/digraph_utils.xml
index 13b0aaad9e..a23b02c6c1 100644
--- a/lib/stdlib/doc/src/digraph_utils.xml
+++ b/lib/stdlib/doc/src/digraph_utils.xml
@@ -371,7 +371,7 @@
the default, the type of Digraph is used
for the subgraph as well. Otherwise the option value of type
is used as argument to
- digraph:new/1.
+ digraph:new/1.
If the value of option keep_labels is true,
which is the default,
the labels of vertices and edges
diff --git a/lib/stdlib/doc/src/proc_lib.xml b/lib/stdlib/doc/src/proc_lib.xml
index aeb9f48735..bb983903a9 100644
--- a/lib/stdlib/doc/src/proc_lib.xml
+++ b/lib/stdlib/doc/src/proc_lib.xml
@@ -166,7 +166,7 @@
Hibernate a process until a message is sent to it.
This function does the same as (and does call) the
-
+
hibernate/3 BIF,
but ensures that exception handling and logging continues to
work as expected when the process wakes up.
diff --git a/lib/stdlib/doc/src/slave.xml b/lib/stdlib/doc/src/slave.xml
index 778c5f66e5..f9e42ad47d 100644
--- a/lib/stdlib/doc/src/slave.xml
+++ b/lib/stdlib/doc/src/slave.xml
@@ -51,7 +51,7 @@
An alternative to the ssh program can be specified on
the command line to
- erl(1) as follows:
+ erl(1) as follows:
-rsh Program
@@ -140,7 +140,7 @@ rpc:call(N, slave, pseudo, [node(), [pxw_server]]).
Argument Args is used to set erl
command-line arguments. If provided, it is passed to the new
node and can be used for a variety of purposes; see
- erl(1).
+ erl(1).
As an example, suppose that you want to start a slave node at
host H with node name Name@H and
want the slave node to have the following properties:
--
cgit v1.2.3