diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
commit | 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch) | |
tree | a3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/rcs/lib/rcskeys.c | |
parent | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff) | |
download | FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'gnu/usr.bin/rcs/lib/rcskeys.c')
-rw-r--r-- | gnu/usr.bin/rcs/lib/rcskeys.c | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/gnu/usr.bin/rcs/lib/rcskeys.c b/gnu/usr.bin/rcs/lib/rcskeys.c index cb80314..b45105c 100644 --- a/gnu/usr.bin/rcs/lib/rcskeys.c +++ b/gnu/usr.bin/rcs/lib/rcskeys.c @@ -31,6 +31,10 @@ Report problems and direct all questions to: /* $Log: rcskeys.c,v $ + * Revision 1.4 1994/06/22 00:51:42 rgrimes + * Fix serious off by one error for FreeBSD keyword, this has been driving + * me nuts as it was on by default and that is NOT what I wanted. + * * Revision 1.3 1994/05/15 22:15:14 rgrimes * To truely have the OLD behavior of RCS by default make the expansion * of $FreeBSD$ false by default. This should keep them out @@ -39,7 +43,7 @@ Report problems and direct all questions to: * Revision 1.2 1994/05/14 07:00:23 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: rcskeys.c,v 1.3 1994/05/15 22:15:14 rgrimes Exp $. + * Add the new keyword FreeBSD that is IDENTICAL in operation to $Id: rcskeys.c,v 1.4 1994/06/22 00:51:42 rgrimes Exp $. * * Revision 1.1.1.1 1993/06/18 04:22:12 jkh * Updated GNU utilities @@ -56,24 +60,24 @@ Report problems and direct all questions to: * * Revision 4.3 89/05/01 15:13:02 narten * changed copyright header to reflect current distribution rules - * + * * Revision 4.2 87/10/18 10:36:33 narten * Updating version numbers. Changes relative to 1.1 actuallyt * relative to 4.1 - * + * * Revision 1.2 87/09/24 14:00:10 narten - * Sources now pass through lint (if you ignore printf/sprintf/fprintf + * Sources now pass through lint (if you ignore printf/sprintf/fprintf * warnings) - * + * * Revision 4.1 83/05/04 10:06:53 wft * Initial revision. - * + * */ #include "rcsbase.h" -libId(keysId, "$Id: rcskeys.c,v 1.3 1994/05/15 22:15:14 rgrimes Exp $") +libId(keysId, "$Id: rcskeys.c,v 1.4 1994/06/22 00:51:42 rgrimes Exp $") char const *const Keyword[] = { |