From a78b39a0e9ff2cfd13273ab077dc852d70565647 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Tue, 7 Sep 2010 03:00:43 +0200 Subject: Correct typos in erlang.xml semanticts -> semantics where -> were ddl -> dll NIF's -> NIFs OS-dependant -> OS-dependent --- erts/doc/src/erlang.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'erts') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index ce7fde05d9..e197791ca9 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2035,9 +2035,9 @@ os_prompt% -

In releases older than OTP R14B, NIF's where an +

In releases older than OTP R14B, NIFs were an experimental feature. Versions of OTP older than R14B might - have different and possibly incompatible NIF semanticts and + have different and possibly incompatible NIF semantics and interfaces. For example, in R13B03 the return value on failure was {error,Reason,Text}.

@@ -2045,7 +2045,7 @@ os_prompt%

Loads and links a dynamic library containing native implemented functions (NIFs) for a module. Path is a file path to the sharable object/dynamic library file minus - the OS-dependant file extension (.so for Unix and .ddl for + the OS-dependent file extension (.so for Unix and .dll for Windows). See erl_nif on how to implement a NIF library.

LoadInfo can be any term. It will be passed on to -- cgit v1.2.3