From ff77d5049cca221e82d1b28e862512069c399eb7 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Fri, 14 Feb 2014 15:29:43 +0100 Subject: ose: Fix broken doc links --- lib/ose/doc/src/ose_erl_driver.xml | 2 +- lib/ose/doc/src/ose_signals_chapter.xml | 2 +- lib/ose/src/ose.erl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') 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 @@

Create a new ErlDrvEvent associated with signo, id and uses the resolve_signal function to extract the id from a signal with signo. See - + Signals in a Linked-in driver in the OSE User's Guide.

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 - the next section. + the next section. 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 diff --git a/lib/ose/src/ose.erl b/lib/ose/src/ose.erl index ff7147233f..77f11addf9 100644 --- a/lib/ose/src/ose.erl +++ b/lib/ose/src/ose.erl @@ -108,7 +108,7 @@ %% %% raises: `badarg' | `system_limit' %% -%% @see liten/2 +%% @see listen/2 %% @end %%------------------------------------------------------------------------------ -spec open(Name) -> Port when -- cgit v1.2.3