$ ci -l shpp.c shpp.c,v <-- shpp.c initial revision: 1.1 enter description, terminated with ^D or '.': NOTE: This is NOT the log message! >> Shell preprocessor >> main program >> . done $ emacs shpp.c $ ci -l shpp.c shpp.c,v <-- shpp.c new revision: 1.2; previous revision: 1.1 enter log message: (terminate with ^D or single '.') >> Made includeonce insert file name in set >> before processing the file. >> . done $ co -r1.2 shpp.c shpp.c,v --> shpp.c revision 1.2 done $ co -r1.2 shpp.c shpp.c,v --> shpp.c revision 1.2 writable shpp.c exists; overwrite? [ny](n): n co warning: checkout aborted. $ co -r1.2 shpp.c shpp.c,v --> shpp.c revision 1.2 writable shpp.c exists; overwrite? [ny](n): y done $ rcsdiff -r1.1 shpp.c =================================================================== RCS file: shpp.c,v retrieving revision 1.1 diff -r1.1 shpp.c 1c1 < /* $Header: /usr/export/home/bambam/leavens/src/c/shpp/shpp.c,v 1.1 1991/10/28 06:20:37 leavens Exp $ */ --- > /* $Header: /usr/export/home/bambam/leavens/src/c/shpp/shpp.c,v 1.2 1991/10/28 06:21:40 leavens Exp leavens $ */ 105,107d104 < shpp(new_fp, prog_name); < fclose(new_fp); < 111a109,112 > > shpp(new_fp, prog_name); > fclose(new_fp); >