Small. Fast. Reliable.
Choose any three.
*** 26,32 ****
  The julian day number is the preferred internal representation of
  dates.  The *strftime()* routine returns the date formatted according
  to the format string specified as the first argument.  The format string
! supports most, but not all, of the more comment substitutions found in
  the strftime() function from the standard C library:
  
     %d  day of month
--- 26,32 ----
  The julian day number is the preferred internal representation of
  dates.  The *strftime()* routine returns the date formatted according
  to the format string specified as the first argument.  The format string
! supports most, but not all, of the more common substitutions found in
  the strftime() function from the standard C library:
  
     %d  day of month
***************
*** 86,92 ****
  
  *Modifiers*
  
! The time string can be followed by zero or modifiers that alter the
  date or alter the interpretation of the date.  The available modifiers
  are as follows.
  
--- 86,92 ----
  
  *Modifiers*
  
! The time string can be followed by zero or more modifiers that alter the
  date or alter the interpretation of the date.  The available modifiers
  are as follows.