rioter Fri Dec 17 10:53:54 2004 EDT
Modified files:
/phpdoc/en/reference/readline reference.xml
Log:
s/this/these
http://cvs.php.net/diff.php/phpdoc/en/reference/readline/reference.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/readline/reference.xml
diff -u phpdoc/en/reference/readline/reference.xml:1.7
phpdoc/en/reference/readline/reference.xml:1.8
--- phpdoc/en/reference/readline/reference.xml:1.7 Wed Nov 3 02:27:47 2004
+++ phpdoc/en/reference/readline/reference.xml Fri Dec 17 10:53:53 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<reference id="ref.readline">
<title>GNU Readline</title>
<titleabbrev>Readline</titleabbrev>
@@ -29,7 +29,7 @@
It's maintained by Chet Ramey, who's also the author of Bash.
</para>
<para>
- You can also use this functions with the libedit library, a non-GPL
+ You can also use these functions with the libedit library, a non-GPL
replacement for the readline library. The libedit library is BSD
licensed and available for download from
<ulink url="&url.libedit;">&url.libedit;</ulink>.