aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ose/doc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ose/doc')
-rw-r--r--lib/ose/doc/src/ose_erl_driver.xml2
-rw-r--r--lib/ose/doc/src/ose_signals_chapter.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ose/doc/src/ose_erl_driver.xml b/lib/ose/doc/src/ose_erl_driver.xml
index 6687d78087..93cbd91be7 100644
--- a/lib/ose/doc/src/ose_erl_driver.xml
+++ b/lib/ose/doc/src/ose_erl_driver.xml
@@ -74,7 +74,7 @@
<p>Create a new <c>ErlDrvEvent</c> associated with <c>signo</c>,
<c>id</c> and uses the <c>resolve_signal</c> function to extract
the <c>id</c> from a signal with <c>signo</c>. See
- <seealso marker="ose_erl_driver_chapter#driver">
+ <seealso marker="ose_signals_chapter#driver">
Signals in a Linked-in driver</seealso> in the OSE User's Guide.
</p>
</desc>
diff --git a/lib/ose/doc/src/ose_signals_chapter.xml b/lib/ose/doc/src/ose_signals_chapter.xml
index 2a6ddb5765..85849e1a39 100644
--- a/lib/ose/doc/src/ose_signals_chapter.xml
+++ b/lib/ose/doc/src/ose_signals_chapter.xml
@@ -79,7 +79,7 @@
used. The third argument is a function pointer to a function that can
be used to figure out the id from a given signal. There is a complete
example of what this could look like in
- <seealso marker="example">the next section</seealso>.
+ <seealso marker="#example">the next section</seealso>.
<note>It is very important to issue the driver_select call before
any of the signals you are interested in are sent. If driver_select
is called after the signal is sent, there is a high probability that it