diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /gnu/usr.bin/rcs/lib/rcsedit.c | |
parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) |
Diffstat (limited to 'gnu/usr.bin/rcs/lib/rcsedit.c')
-rw-r--r-- | gnu/usr.bin/rcs/lib/rcsedit.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/lib/rcsedit.c b/gnu/usr.bin/rcs/lib/rcsedit.c index 32ff7e29a6aa..08e203efd9e2 100644 --- a/gnu/usr.bin/rcs/lib/rcsedit.c +++ b/gnu/usr.bin/rcs/lib/rcsedit.c @@ -36,10 +36,13 @@ Report problems and direct all questions to: /* $Log: rcsedit.c,v $ + * Revision 1.3 1995/05/30 05:04:06 rgrimes + * Remove trailing whitespace. + * * Revision 1.2 1994/05/14 07:00:22 rgrimes * Add new option -K from David Dawes that allows you to turn on and off * specific keyword substitution during a rcs co command. - * Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$. + * Add the new keyword FreeBSD that is IDENTICAL in operation to $Id: rcsedit.c,v 1.3 1995/05/30 05:04:06 rgrimes Exp $. * * Revision 1.1.1.1 1993/06/18 04:22:12 jkh * Updated GNU utilities @@ -162,7 +165,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(editId, "$Id: rcsedit.c,v 1.2 1994/05/14 07:00:22 rgrimes Exp $") +libId(editId, "$Id: rcsedit.c,v 1.3 1995/05/30 05:04:06 rgrimes Exp $") static void keyreplace P((enum markers,struct hshentry const*,FILE*)); |