[PHP-DOC] cvs: phpdoc /en/functions misc.xml From: Torben Wilson (torben <email protected>)
Date: 08/19/00

torben Sat Aug 19 19:43:13 2000 EDT

  Modified files:
    /phpdoc/en/functions misc.xml
  Log:
  
  
  Cosmetics.
  
  
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.19 phpdoc/en/functions/misc.xml:1.20
--- phpdoc/en/functions/misc.xml:1.19 Sat Aug 19 19:38:22 2000
+++ phpdoc/en/functions/misc.xml Sat Aug 19 19:43:12 2000
@@ -703,105 +703,107 @@
      <itemizedlist>
       <listitem>
        <simpara>
- a NUL-padded string
+ a NUL-padded string
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- A SPACE-padded string
+ A SPACE-padded string
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- h Hex string, low nibble first
+ h Hex string, low nibble first
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- H Hex string, high nibble first
+ H Hex string, high nibble first
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- c signed char
+ c signed char
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- C unsigned char
+ C unsigned char
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- s signed short (always 16 bit, machine byte order)
+ s signed short (always 16 bit, machine byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- S unsigned short (always 16 bit, machine byte order)
+ S unsigned short (always 16 bit, machine byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- n unsigned short (always 16 bit, big endian byte order)
+ n unsigned short (always 16 bit, big endian byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- v unsigned short (always 16 bit, little endian byte order)
+ v unsigned short (always 16 bit, little endian byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- i signed integer (machine dependent size and byte order)
+ i signed integer (machine dependent size and byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- I unsigned integer (machine dependent size and byte order)
+ I unsigned integer (machine dependent size and byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- l signed long (always 32 bit, machine byte order)
+ l signed long (always 32 bit, machine byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- L unsigned long (always 32 bit, machine byte order)
+ L unsigned long (always 32 bit, machine byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- N unsigned long (always 32 bit, big endian byte order)
+ N unsigned long (always 32 bit, big endian byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- V unsigned long (always 32 bit, little endian byte order)
+ V unsigned long (always 32 bit, little endian byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- f float (machine dependent size and representation)
+ f float (machine dependent size and representation)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- d double (machine dependent size and representation)
+ d double (machine dependent size and representation)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- x NUL byte
+ x NUL byte
        </simpara>
       </listitem>
       <listitem>
- <simpara>X Back up one byte
+ <simpara>
+ X Back up one byte
        </simpara>
       </listitem>
       <listitem>
- <simpara>@ NUL-fill to absolute position
+ <simpara>
+ @ NUL-fill to absolute position
        </simpara>
       </listitem>
      </itemizedlist>