Removed extra word from refpupose of socket_setopt

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77425 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andrioli Darvin 2002-04-09 19:44:05 +00:00
parent f73453b398
commit 262c9bfa38

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.34 $ -->
<!-- $Revision: 1.35 $ -->
<reference id="ref.sockets">
<title>Socket functions</title>
<titleabbrev>Sockets</titleabbrev>
@ -1122,7 +1122,7 @@ if (($ret = socket_bind ($socket, '127.0.0.1', 80)) < 0) {
<refentry id="function.socket-setopt">
<refnamediv>
<refname>socket_setopt</refname>
<refpurpose>|array optval) Sets socket options for the socket </refpurpose>
<refpurpose>Sets socket options for the socket</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>