=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/cvs/cvs.c 2004/12/21 20:59:57 1.28 --- src/usr.bin/cvs/cvs.c 2004/12/22 00:38:25 1.29 *************** *** 1,4 **** ! /* $OpenBSD: cvs.c,v 1.28 2004/12/21 20:59:57 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.c,v 1.29 2004/12/22 00:38:25 david Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 79,85 **** * The synopsis field should only contain the list of arguments that the * command supports, without the actual command's name. * ! * Command handlers are expected to return 0 if no error occured, or one of * 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 * error before returning. --- 79,85 ---- * The synopsis field should only contain the list of arguments that the * command supports, without the actual command's name. * ! * 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 * returned is EX_USAGE, the command's usage string is printed to standard * error before returning.