diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 15:25:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 15:25:05 +0000 |
commit | ae41959e705fc3ebb57a1ac4df087ac772f51971 (patch) | |
tree | 6c8233727356cc7d0fa1429997fbc17ccc0ab8e3 /gnu | |
parent | 6ee545e303bd2ffd4136e4625c820bf552dfd6f6 (diff) |
Z not L
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/rcs/co/co.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/usr.bin/rcs/co/co.c b/gnu/usr.bin/rcs/co/co.c index ed986f62b86..720b60eb55f 100644 --- a/gnu/usr.bin/rcs/co/co.c +++ b/gnu/usr.bin/rcs/co/co.c @@ -28,8 +28,11 @@ Report problems and direct all questions to: /* * $Log: co.c,v $ + * Revision 1.4 1996/05/10 15:25:04 deraadt + * Z not L + * * Revision 1.3 1996/05/07 09:52:38 mickey - * fix comments s/$Id$/Id/, and usage string. + * fix comments s/$Id: co.c,v 1.4 1996/05/10 15:25:04 deraadt Exp $/Id/, and usage string. * * Revision 1.2 1996/04/19 12:40:04 mickey * -L<string> option added to support LOCALID behaviour. @@ -198,7 +201,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.3 1996/05/07 09:52:38 mickey Exp $") +mainProg(coId, "co", "$Id: co.c,v 1.4 1996/05/10 15:25:04 deraadt Exp $") { static char const cmdusage[] = "\nco usage: co -{fIlMpqru}[rev] -ddate -jjoins -ksubst -sstate -T -w[who] -Vn -xsuff -zzone -LlocalId file ..."; @@ -317,7 +320,7 @@ mainProg(coId, "co", "$Id: co.c,v 1.3 1996/05/07 09:52:38 mickey Exp $") zone_set(a); break; - case 'L': /* add local 'Id' keyword string */ + case 'Z': /* add local 'Id' keyword string */ setRCSlocalId(*argv+2); break; |