diff options
Diffstat (limited to 'gnu/usr.bin/rcs/co')
| -rw-r--r-- | gnu/usr.bin/rcs/co/co.1 | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/rcs/co/co.c | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gnu/usr.bin/rcs/co/co.1 b/gnu/usr.bin/rcs/co/co.1 index 1fce152cf8f9..af0db7117194 100644 --- a/gnu/usr.bin/rcs/co/co.1 +++ b/gnu/usr.bin/rcs/co/co.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: co.1,v 1.1.1.1 1993/06/18 04:22:11 jkh Exp $ +.Id co.1,v 1.2 1994/05/14 07:00:09 rgrimes Exp .ds g \&\s-1UTC\s0 .ds r \&\s-1RCS\s0 .if n .ds - \%-- diff --git a/gnu/usr.bin/rcs/co/co.c b/gnu/usr.bin/rcs/co/co.c index 82f7cc82b9f8..8ee5c052905b 100644 --- a/gnu/usr.bin/rcs/co/co.c +++ b/gnu/usr.bin/rcs/co/co.c @@ -33,7 +33,12 @@ Report problems and direct all questions to: */ -/* $Log: co.c,v $ +/* co.c,v + * Revision 1.2 1994/05/14 07:00:10 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$. + * * Revision 1.1.1.1 1993/06/18 04:22:11 jkh * Updated GNU utilities * @@ -167,7 +172,7 @@ static struct hshentries *gendeltas; /* deltas to be generated */ static struct hshentry *targetdelta; /* final delta to be generated */ static struct stat workstat; -mainProg(coId, "co", "$Id: co.c,v 1.1.1.1 1993/06/18 04:22:11 jkh Exp $") +mainProg(coId, "co", "co.c,v 1.2 1994/05/14 07:00:10 rgrimes Exp") { static char const cmdusage[] = "\nco usage: co -{flpqru}[rev] -ddate -jjoinlist -sstate -w[login] -Vn file ..."; |
