diff options
author | Marcus Arendt <[email protected]> | 2014-11-24 11:46:38 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-11-24 11:46:38 +0100 |
commit | 2b13135cc0e23ec01f5a74c371b60ef0ec02775e (patch) | |
tree | e41d23935574e8e97b2fdc8aad29c1c4711209c5 /system/doc/tutorial | |
parent | a881aaf73a7c0f102175aa837679c62976575fa1 (diff) | |
parent | 09725c52dfbdcce5ebcf4e52f856f732c738b0d8 (diff) | |
download | otp-2b13135cc0e23ec01f5a74c371b60ef0ec02775e.tar.gz otp-2b13135cc0e23ec01f5a74c371b60ef0ec02775e.tar.bz2 otp-2b13135cc0e23ec01f5a74c371b60ef0ec02775e.zip |
Merge branch 'maint'
Diffstat (limited to 'system/doc/tutorial')
-rw-r--r-- | system/doc/tutorial/c_portdriver.xmlsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/tutorial/c_portdriver.xmlsrc b/system/doc/tutorial/c_portdriver.xmlsrc index 421ea63f33..2fd6fb0aac 100644 --- a/system/doc/tutorial/c_portdriver.xmlsrc +++ b/system/doc/tutorial/c_portdriver.xmlsrc @@ -35,7 +35,7 @@ <section> <title>Port Drivers</title> - <p>A port driver is a linked in driver, that is accessible as a + <p>A port driver is a linked in driver that is accessible as a port from an Erlang program. It is a shared library (SO in Unix, DLL in Windows), with special entry points. The Erlang runtime calls these entry points, when the driver is started and when |