From 4c3aebea835bb02c3634221b3d9943ec48bb362f Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 16 Feb 2010 22:59:48 +0000 Subject: OTP-8457 Minor documentation fixes. Mainly anchor adjustments. --- erts/doc/src/erl_driver.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'erts/doc/src/erl_driver.xml') diff --git a/erts/doc/src/erl_driver.xml b/erts/doc/src/erl_driver.xml index 63108f41f0..5061230a33 100644 --- a/erts/doc/src/erl_driver.xml +++ b/erts/doc/src/erl_driver.xml @@ -171,8 +171,8 @@ asynchronous function calls, using a thread pool provided by Erlang. There is also a select call, that can be used for asynchronous drivers. - Multi-threading - + Multi-threading +

A POSIX thread like API for multi-threading is provided. The Erlang driver thread API only provide a subset of the functionality provided by the POSIX thread API. The subset provided is @@ -245,9 +245,8 @@ A driver can add and later remove drivers. Monitoring processes A driver can monitor a process that does not own a port. - Version management + Version management -

Version management is enabled for drivers that have set the extended_marker field of their -- cgit v1.2.3