[BACK]Return to co.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rcs

Diff for /src/usr.bin/rcs/co.c between version 1.28 and 1.29

version 1.28, 2005/11/03 16:08:03 version 1.29, 2005/11/08 09:22:47
Line 164 
Line 164 
   
 /*  /*
  * Checkout revision <rev> from RCSFILE <file>, writing it to the path <dst>   * Checkout revision <rev> from RCSFILE <file>, writing it to the path <dst>
  * Currenly recognised <flags> are CO_LOCK, CO_UNLOCK and CO_REVDATE.   * Currenly recognised <flags> are CO_LOCK, CO_UNLOCK and CO_REVDATE.
  *   *
  * Returns 0 on success, -1 on failure.   * Returns 0 on success, -1 on failure.
  */   */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29