=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/rcs.c,v retrieving revision 1.95 retrieving revision 1.96 diff -c -r1.95 -r1.96 *** src/usr.bin/cvs/rcs.c 2005/10/29 19:05:50 1.95 --- src/usr.bin/cvs/rcs.c 2005/10/30 11:10:12 1.96 *************** *** 1,4 **** ! /* $OpenBSD: rcs.c,v 1.95 2005/10/29 19:05:50 niallo Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcs.c,v 1.96 2005/10/30 11:10:12 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 1362,1368 **** * one). The argument specifies the log message for that revision, and * specifies the revision's date (a value of -1 is * equivalent to using the current time). ! * If is NULL, set the author for this revision to the current user. * Otherwise, set it to . * Returns 0 on success, or -1 on failure. */ --- 1362,1368 ---- * one). The argument specifies the log message for that revision, and * specifies the revision's date (a value of -1 is * equivalent to using the current time). ! * If is NULL, set the author for this revision to the current user. * Otherwise, set it to . * Returns 0 on success, or -1 on failure. */ *************** *** 2841,2847 **** * rcs_deltatext_set() * * Set deltatext for in RCS file to ! * Returns -1 on error, 0 on success. */ int rcs_deltatext_set(RCSFILE *rfp, RCSNUM *rev, const char *dtext) --- 2841,2847 ---- * rcs_deltatext_set() * * Set deltatext for in RCS file to ! * Returns -1 on error, 0 on success. */ int rcs_deltatext_set(RCSFILE *rfp, RCSNUM *rev, const char *dtext) *************** *** 2924,2930 **** * * Check if string is valid. * ! * Returns 0 if the string is valid, -1 otherwise. */ int rcs_state_check(const char *state) --- 2924,2930 ---- * * Check if string is valid. * ! * Returns 0 if the string is valid, -1 otherwise. */ int rcs_state_check(const char *state)