From a853ee40c6475801ca03c17a11632d48a4992de7 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Wed, 10 Feb 2010 10:10:17 +0000 Subject: OTP-8422 Removed bogus "\011" character sequence in documentation. --- erts/doc/src/driver_entry.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'erts/doc/src/driver_entry.xml') diff --git a/erts/doc/src/driver_entry.xml b/erts/doc/src/driver_entry.xml index 6b7d2acf24..e71b48bd92 100644 --- a/erts/doc/src/driver_entry.xml +++ b/erts/doc/src/driver_entry.xml @@ -4,7 +4,7 @@
- 20012009 + 20012010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + driver_entry @@ -188,7 +188,7 @@ typedef struct erl_drv_entry {

This is called when the port is closed, with port_close/1 or Port ! {self(), close}. Note that terminating the port owner process also closes the - p\011 port.

+ port.

void (*output)(ErlDrvData drv_data, char *buf, int len) -- cgit v1.2.3