From 9c6bc6f9a87aab92b57a85e588c4c9cd870cc500 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 29 Jun 2003 16:36:32 +0000 Subject: [PATCH] no tabs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133621 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dio/functions/dio-fcntl.xml | 8 ++++---- reference/dio/functions/dio-tcsetattr.xml | 17 +++++++---------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/reference/dio/functions/dio-fcntl.xml b/reference/dio/functions/dio-fcntl.xml index 5971d50ad6..dbd2ae071b 100644 --- a/reference/dio/functions/dio-fcntl.xml +++ b/reference/dio/functions/dio-fcntl.xml @@ -1,5 +1,5 @@ - + @@ -84,9 +84,9 @@ - F_SETFL - Sets the file descriptors flags to the value specified by - arg, Which can be O_APPEND,O_NONBLOCK or - O_ASYNC . To use O_ASYNC you will need to use the pcntl extension. + F_SETFL - Sets the file descriptors flags to the value specified by + arg, Which can be O_APPEND,O_NONBLOCK or + O_ASYNC. To use O_ASYNC you will need to use the pcntl extension. diff --git a/reference/dio/functions/dio-tcsetattr.xml b/reference/dio/functions/dio-tcsetattr.xml index 00ef1bb01d..02d6489bfd 100644 --- a/reference/dio/functions/dio-tcsetattr.xml +++ b/reference/dio/functions/dio-tcsetattr.xml @@ -1,5 +1,5 @@ - + @@ -22,32 +22,29 @@ - 'baud' - baud rate of the port - can be 38400,19200,9600,4800,2400,1800,1200,600,300,200,150,134,110,75 or 50, - default value is 9600 + 'baud' - baud rate of the port - can be 38400,19200,9600,4800,2400,1800, + 1200,600,300,200,150,134,110,75 or 50, default value is 9600. - 'bits' - data bits - can be 8,7,6 or 5 - default value is 8 + 'bits' - data bits - can be 8,7,6 or 5. Default value is 8. - 'stop' - stop bits - can be 1 or 2 - default value is 1 + 'stop' - stop bits - can be 1 or 2. Default value is 1. - 'parity' - can be 0,1 or 2 - default value is 0 + 'parity' - can be 0,1 or 2. Default value is 0. - Setting the baud rate on a serial port + Setting the baud rate on a serial port