[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.27 and 1.28

version 1.27, 2005/11/03 15:41:52 version 1.28, 2005/11/03 16:08:03
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>
  * <lkmode> is either LOCK_LOCK or LOCK_UNLOCK or something else   * Currenly recognised <flags> are CO_LOCK, CO_UNLOCK and CO_REVDATE.
  * (which has no effect).  
  * In the case of LOCK_LOCK, a lock is set for <username> if it is not NULL.  
  * In the case of LOCK_UNLOCK, all locks are removed for that revision.  
  *   *
  * Returns 0 on success, -1 on failure.   * Returns 0 on success, -1 on failure.
  */   */

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