typo and ws

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115613 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Schoefbeck 2003-02-10 20:19:04 +00:00
parent 112d4b4c3f
commit b51bf6181a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.popen">
<refnamediv>
@ -35,9 +35,9 @@
</para>
</note>
<para>
<example>
<title><function>popen</function> examole</title>
<programlisting role="php">
<example>
<title><function>popen</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
$handle = popen ("/bin/ls", "r");