cortesi         Wed Feb  6 12:55:25 2002 EDT

  Modified files:              
    /phpdoc/en/functions        network.xml 
  Log:
  adding <filename> tag where missing
  
  
Index: phpdoc/en/functions/network.xml
diff -u phpdoc/en/functions/network.xml:1.53 phpdoc/en/functions/network.xml:1.54
--- phpdoc/en/functions/network.xml:1.53        Sat Feb  2 10:36:05 2002
+++ phpdoc/en/functions/network.xml     Wed Feb  6 12:55:24 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.53 $ -->
+<!-- $Revision: 1.54 $ -->
  <reference id="ref.network">
   <title>Network Functions</title>
   <titleabbrev>Network</titleabbrev>
@@ -367,7 +367,7 @@
     <para>
      <function>getprotobyname</function> returns the protocol number
      associated with the protocol <parameter>name</parameter> as per
-     /etc/protocols.
+     <filename>/etc/protocols</filename>.
     </para>
     <para>
      See also: <function>getprotobynumber</function>.
@@ -391,7 +391,7 @@
     <para>
      <function>getprotobynumber</function> returns the protocol name
      associated with protocol <parameter>number</parameter> as per
-     /etc/protocols.
+     <filename>/etc/protocols</filename>.
     </para>
     <para>
      See also: <function>getprotobyname</function>.
@@ -444,7 +444,7 @@
     <para>
      <function>getservbyport</function> returns the Internet service
      associated with <parameter>port</parameter> for the specified
-     <parameter>protocol</parameter> as per /etc/services.
+     <parameter>protocol</parameter> as per <filename>/etc/services</filename>.
      <parameter>protocol</parameter> is either <literal>TCP</literal>
      or <literal>UDP</literal>.
     </para>


Reply via email to