From 4c2112e780e689cbdbe8a21197c32f2441de966d Mon Sep 17 00:00:00 2001
From: Philip Olson <philip@php.net>
Date: Fri, 24 Jan 2003 03:38:36 +0000
Subject: [PATCH] Modify the ref.stream link a bit and clarify its meaning/use.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113211 c90b9560-bf6c-de11-be94-00142212c4b1
---
 chapters/streams.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/chapters/streams.xml b/chapters/streams.xml
index 7597c18e00..511dba9276 100755
--- a/chapters/streams.xml
+++ b/chapters/streams.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Author: Wez Furlong <wez@thebrainroom.com>
   Please contact me before making any major amendments to the
   content of this section.  Splitting/Merging are fine if they are
@@ -44,8 +44,9 @@
   <para>
    <note>
     <para>
-     Userland stream functions can be found in 
-     <xref linkend="ref.stream"/>.
+     The functions in this chapter are for use in the PHP source code and
+     are not PHP functions.  Userland stream functions can be found in the 
+     <link linkend="ref.stream">Stream Reference</link>.
     </para>
    </note>
   </para>