From e0ac48b544439a4443beacd77f2f771cc46a9e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Fri, 6 May 2005 04:34:58 +0000 Subject: [PATCH] correcting parameter name + whitespaces git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185887 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dio/functions/dio-tcsetattr.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/dio/functions/dio-tcsetattr.xml b/reference/dio/functions/dio-tcsetattr.xml index fcbc5540a4..f621f81e3e 100644 --- a/reference/dio/functions/dio-tcsetattr.xml +++ b/reference/dio/functions/dio-tcsetattr.xml @@ -1,5 +1,5 @@ - + dio_tcsetattr @@ -16,7 +16,7 @@ dio_tcsetattr sets the terminal attributes and baud - rate of the open resource. + rate of the open fd. ¬e.no-windows; @@ -36,7 +36,7 @@ options - The currently available options are + The currently available options are: @@ -45,7 +45,7 @@ - + 'bits' - data bits - can be 8,7,6 or 5. Default value is 8. @@ -56,7 +56,7 @@ - 'parity' - can be 0,1 or 2. Default value is 0. + 'parity' - can be 0,1 or 2. Default value is 0.