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

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

version 1.28, 2004/12/21 20:59:57 version 1.29, 2004/12/22 00:38:25
Line 79 
Line 79 
  * The synopsis field should only contain the list of arguments that the   * The synopsis field should only contain the list of arguments that the
  * command supports, without the actual command's name.   * command supports, without the actual command's name.
  *   *
  * Command handlers are expected to return 0 if no error occured, or one of   * Command handlers are expected to return 0 if no error occurred, or one of
  * the values known in sysexits.h in case of an error.  In case the error   * the values known in sysexits.h in case of an error.  In case the error
  * returned is EX_USAGE, the command's usage string is printed to standard   * returned is EX_USAGE, the command's usage string is printed to standard
  * error before returning.   * error before returning.

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