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
---
erts/doc/src/driver_entry.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'erts')
diff --git a/erts/doc/src/driver_entry.xml b/erts/doc/src/driver_entry.xml
index 469b59dba6..b34ca136f3 100644
--- a/erts/doc/src/driver_entry.xml
+++ b/erts/doc/src/driver_entry.xml
@@ -246,7 +246,7 @@ typedef struct erl_drv_entry {
function understands). (Some trickery in the emulator allows
more than the built-in limit of 64 Events to be used.)
On Enea OSE the event is one or more signals that can
- be retrieved using erl_drv_ose_get_input_signal.
+ be retrieved using erl_drv_ose_get_signal.
To use this with threads and asynchronous routines, create a
pipe on unix, an Event on Windows or a unique signal number on
Enea OSE. When the routine
--
cgit v1.2.3