coar        99/01/22 07:46:51

  Modified:    docs     apr-function.txt
  Log:
        Do the math..
  
  Submitted by: Tony Finch <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.3       +3 -1      apache-apr/docs/apr-function.txt
  
  Index: apr-function.txt
  ===================================================================
  RCS file: /home/cvs/apache-apr/docs/apr-function.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apr-function.txt  1999/01/21 20:57:29     1.2
  +++ apr-function.txt  1999/01/22 15:46:49     1.3
  @@ -47,7 +47,7 @@
   source of errors.
   
   APRStatus is basically a 32-bit integer. We will use 12 bits to describe the
  -nature of the specific error, and the other 18 bits are laid out as follows:
  +nature of the specific error, and the other 20 bits are laid out as follows:
   
     the three low-order bits describe the type of error as:
         000 (0): Warning (things didn't quite go right, but the
  @@ -80,6 +80,8 @@
         etc.  NOTE: These are not set, just some beginning ideas.  Obviously, 
                  this needs to be well-thought out, and we should refer to 
                  the VMS docs for ideas.
  +
  +  Bits 29-31 are reserved.
   
   The origin and shared-error stuff allows a common condition (such
   as 'permission denied') to be used by different subsystems.  You can
  
  
  

Reply via email to