diff options
Diffstat (limited to 'gnu/usr.bin/rcs')
40 files changed, 124 insertions, 64 deletions
diff --git a/gnu/usr.bin/rcs/ci/ci.1 b/gnu/usr.bin/rcs/ci/ci.1 index 5736dc95a001..b21d575a132a 100644 --- a/gnu/usr.bin/rcs/ci/ci.1 +++ b/gnu/usr.bin/rcs/ci/ci.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: ci.1,v 5.9 1991/10/07 17:32:46 eggert Exp $ +.Id ci.1,v 1.1.1.1 1993/06/18 04:22:11 jkh Exp .ds r \&\s-1RCS\s0 .if n .ds - \%-- .if t .ds - \(em diff --git a/gnu/usr.bin/rcs/ci/ci.c b/gnu/usr.bin/rcs/ci/ci.c index 3d2e6f770d2e..a7a596b9521c 100644 --- a/gnu/usr.bin/rcs/ci/ci.c +++ b/gnu/usr.bin/rcs/ci/ci.c @@ -34,7 +34,10 @@ Report problems and direct all questions to: -/* $Log: ci.c,v $ +/* ci.c,v + * Revision 1.2 1995/05/30 05:03:54 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:10 jkh * Updated GNU utilities * @@ -241,7 +244,7 @@ static struct hshentry newdelta; /* new delta to be inserted */ static struct stat workstat; static struct Symrev *assoclst, *lastassoc; -mainProg(ciId, "ci", "$Id: ci.c,v 1.1.1.1 1993/06/18 04:22:10 jkh Exp $") +mainProg(ciId, "ci", "ci.c,v 1.2 1995/05/30 05:03:54 rgrimes Exp") { static char const cmdusage[] = "\nci usage: ci -{fklqru}[rev] -mmsg -{nN}name -sstate -t[textfile] -Vn file ..."; 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 6a1579da6c00..0652eff16747 100644 --- a/gnu/usr.bin/rcs/co/co.c +++ b/gnu/usr.bin/rcs/co/co.c @@ -33,11 +33,14 @@ Report problems and direct all questions to: */ -/* $Log: co.c,v $ +/* co.c,v + * Revision 1.3 1995/05/30 05:03:58 rgrimes + * Remove trailing whitespace. + * * 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$. + * Add the new keyword FreeBSD that is IDENTICAL in operation to co.c,v 1.3 1995/05/30 05:03:58 rgrimes Exp. * * Revision 1.1.1.1 1993/06/18 04:22:11 jkh * Updated GNU utilities @@ -172,7 +175,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.2 1994/05/14 07:00:10 rgrimes Exp $") +mainProg(coId, "co", "co.c,v 1.3 1995/05/30 05:03:58 rgrimes Exp") { static char const cmdusage[] = "\nco usage: co -{flpqru}[rev] -ddate -jjoinlist -sstate -w[login] -Vn file ..."; diff --git a/gnu/usr.bin/rcs/doc/rcs.ms b/gnu/usr.bin/rcs/doc/rcs.ms index 7b3f80772699..3828e24e6356 100644 --- a/gnu/usr.bin/rcs/doc/rcs.ms +++ b/gnu/usr.bin/rcs/doc/rcs.ms @@ -27,7 +27,7 @@ .de Id .ND \\$4 .. -.Id $Id: rcs.ms,v 5.2 1991/01/03 10:57:28 eggert Exp $ +.Id rcs.ms,v 1.1.1.1 1993/06/18 04:22:10 jkh Exp .RP .TL RCS\*-A System for Version Control diff --git a/gnu/usr.bin/rcs/ident/ident.1 b/gnu/usr.bin/rcs/ident/ident.1 index 37c8eda202a3..cd1a9f25a10f 100644 --- a/gnu/usr.bin/rcs/ident/ident.1 +++ b/gnu/usr.bin/rcs/ident/ident.1 @@ -3,7 +3,7 @@ .ds Dt \\$4 .ds iD \\$3 \\$4 \\$5 \\$6 \\$7 .. -.Id $Id: ident.1,v 5.0 1990/08/22 09:09:36 eggert Exp $ +.Id ident.1,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp .ds r \s-1RCS\s0 .if n .ds - \%-- .if t .ds - \(em diff --git a/gnu/usr.bin/rcs/ident/ident.c b/gnu/usr.bin/rcs/ident/ident.c index e3e723c0c24b..22bebef83364 100644 --- a/gnu/usr.bin/rcs/ident/ident.c +++ b/gnu/usr.bin/rcs/ident/ident.c @@ -28,7 +28,10 @@ Report problems and direct all questions to: * RCS identification operation */ -/* $Log: ident.c,v $ +/* ident.c,v + * Revision 1.2 1995/05/30 05:04:00 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:11 jkh * Updated GNU utilities * @@ -86,7 +89,7 @@ Report problems and direct all questions to: static int match P((FILE*)); static void scanfile P((FILE*,char const*,int)); -mainProg(identId, "ident", "$Id: ident.c,v 1.1.1.1 1993/06/18 04:22:11 jkh Exp $") +mainProg(identId, "ident", "ident.c,v 1.2 1995/05/30 05:04:00 rgrimes Exp") /* Ident searches the named files for all occurrences * of the pattern $keyword:...$, where the keywords are * Author, Date, Header, Id, Log, RCSfile, Revision, Source, and State. diff --git a/gnu/usr.bin/rcs/lib/conf.h b/gnu/usr.bin/rcs/lib/conf.h index b8f4abdc9962..a191d5954286 100644 --- a/gnu/usr.bin/rcs/lib/conf.h +++ b/gnu/usr.bin/rcs/lib/conf.h @@ -1,6 +1,6 @@ /* RCS compile-time configuration */ - /* $Id: conf.h,v 1.2 1994/08/05 22:33:44 wollman Exp $ */ + /* conf.h,v 1.3 1994/08/09 15:15:04 jkh Exp */ /* * This file is generated automatically. diff --git a/gnu/usr.bin/rcs/lib/maketime.c b/gnu/usr.bin/rcs/lib/maketime.c index b87d744b3e40..041e20755696 100644 --- a/gnu/usr.bin/rcs/lib/maketime.c +++ b/gnu/usr.bin/rcs/lib/maketime.c @@ -20,7 +20,10 @@ * Copyright 1981 by Ken Harrenstien, SRI International. * (ARPANET: KLH @ SRI) */ -/* $Log: maketime.c,v $ +/* maketime.c,v + * Revision 1.2 1995/05/30 05:04:02 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities * @@ -74,7 +77,7 @@ #include "rcsbase.h" -libId(maketId, "$Id: maketime.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $") +libId(maketId, "maketime.c,v 1.2 1995/05/30 05:04:02 rgrimes Exp") static struct tm const *time2tm P((time_t)); diff --git a/gnu/usr.bin/rcs/lib/merger.c b/gnu/usr.bin/rcs/lib/merger.c index 7162ffa58eb7..4d5a7650c25c 100644 --- a/gnu/usr.bin/rcs/lib/merger.c +++ b/gnu/usr.bin/rcs/lib/merger.c @@ -27,7 +27,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(mergerId, "$Id: merger.c,v 1.3 1991/08/20 23:05:00 eggert Exp $") +libId(mergerId, "merger.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp") static char const * normalize_arg(s, b) diff --git a/gnu/usr.bin/rcs/lib/partime.c b/gnu/usr.bin/rcs/lib/partime.c index 6c2c2a1fd250..f9d94dc5b647 100644 --- a/gnu/usr.bin/rcs/lib/partime.c +++ b/gnu/usr.bin/rcs/lib/partime.c @@ -20,7 +20,10 @@ * Perhaps should return 0 on success, else a non-zero error val? */ -/* $Log: partime.c,v $ +/* partime.c,v + * Revision 1.2 1995/05/30 05:04:04 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities * @@ -65,7 +68,7 @@ #include "rcsbase.h" -libId(partId, "$Id: partime.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $") +libId(partId, "partime.c,v 1.2 1995/05/30 05:04:04 rgrimes Exp") #define given(v) (0 <= (v)) #define TMNULL (-1) /* Items not given are given this value */ diff --git a/gnu/usr.bin/rcs/lib/rcsbase.h b/gnu/usr.bin/rcs/lib/rcsbase.h index 788ea5d6793c..098e5afbf3f4 100644 --- a/gnu/usr.bin/rcs/lib/rcsbase.h +++ b/gnu/usr.bin/rcs/lib/rcsbase.h @@ -2,7 +2,7 @@ /* * RCS common definitions and data structures */ -#define RCSBASE "$Id: rcsbase.h,v 1.2 1994/05/14 07:00:20 rgrimes Exp $" +#define RCSBASE "rcsbase.h,v 1.3 1995/05/30 05:04:05 rgrimes Exp" /* Copyright (C) 1982, 1988, 1989 Walter Tichy Copyright 1990, 1991 by Paul Eggert @@ -42,11 +42,14 @@ Report problems and direct all questions to: */ -/* $Log: rcsbase.h,v $ +/* rcsbase.h,v + * Revision 1.3 1995/05/30 05:04:05 rgrimes + * Remove trailing whitespace. + * * Revision 1.2 1994/05/14 07:00:20 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 rcsbase.h,v 1.3 1995/05/30 05:04:05 rgrimes Exp. * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities diff --git a/gnu/usr.bin/rcs/lib/rcsedit.c b/gnu/usr.bin/rcs/lib/rcsedit.c index 32ff7e29a6aa..5fa3890d6d18 100644 --- a/gnu/usr.bin/rcs/lib/rcsedit.c +++ b/gnu/usr.bin/rcs/lib/rcsedit.c @@ -35,11 +35,14 @@ Report problems and direct all questions to: */ -/* $Log: rcsedit.c,v $ +/* 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 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, "rcsedit.c,v 1.3 1995/05/30 05:04:06 rgrimes Exp") static void keyreplace P((enum markers,struct hshentry const*,FILE*)); diff --git a/gnu/usr.bin/rcs/lib/rcsfcmp.c b/gnu/usr.bin/rcs/lib/rcsfcmp.c index d8bb555948a0..516a0212ac39 100644 --- a/gnu/usr.bin/rcs/lib/rcsfcmp.c +++ b/gnu/usr.bin/rcs/lib/rcsfcmp.c @@ -37,7 +37,10 @@ Report problems and direct all questions to: -/* $Log: rcsfcmp.c,v $ +/* rcsfcmp.c,v + * Revision 1.2 1995/05/30 05:04:08 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities * @@ -104,7 +107,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(fcmpId, "$Id: rcsfcmp.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $") +libId(fcmpId, "rcsfcmp.c,v 1.2 1995/05/30 05:04:08 rgrimes Exp") static int discardkeyval(c, f) diff --git a/gnu/usr.bin/rcs/lib/rcsfnms.c b/gnu/usr.bin/rcs/lib/rcsfnms.c index 93c96b9cade4..3ef6e16077ae 100644 --- a/gnu/usr.bin/rcs/lib/rcsfnms.c +++ b/gnu/usr.bin/rcs/lib/rcsfnms.c @@ -37,7 +37,10 @@ Report problems and direct all questions to: -/* $Log: rcsfnms.c,v $ +/* rcsfnms.c,v + * Revision 1.2 1995/05/30 05:04:10 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities * @@ -143,7 +146,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(fnmsId, "$Id: rcsfnms.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $") +libId(fnmsId, "rcsfnms.c,v 1.2 1995/05/30 05:04:10 rgrimes Exp") char const *RCSfilename; char *workfilename; diff --git a/gnu/usr.bin/rcs/lib/rcsgen.c b/gnu/usr.bin/rcs/lib/rcsgen.c index dfb03c105b79..9fe68d849523 100644 --- a/gnu/usr.bin/rcs/lib/rcsgen.c +++ b/gnu/usr.bin/rcs/lib/rcsgen.c @@ -30,7 +30,10 @@ Report problems and direct all questions to: -/* $Log: rcsgen.c,v $ +/* rcsgen.c,v + * Revision 1.2 1995/05/30 05:04:12 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:12 jkh * Updated GNU utilities * @@ -125,7 +128,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(genId, "$Id: rcsgen.c,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp $") +libId(genId, "rcsgen.c,v 1.2 1995/05/30 05:04:12 rgrimes Exp") int interactiveflag; /* Should we act as if stdin is a tty? */ struct buf curlogbuf; /* buffer for current log message */ diff --git a/gnu/usr.bin/rcs/lib/rcskeep.c b/gnu/usr.bin/rcs/lib/rcskeep.c index 232a616360de..77b21598f793 100644 --- a/gnu/usr.bin/rcs/lib/rcskeep.c +++ b/gnu/usr.bin/rcs/lib/rcskeep.c @@ -35,7 +35,10 @@ Report problems and direct all questions to: -/* $Log: rcskeep.c,v $ +/* rcskeep.c,v + * Revision 1.2 1995/05/30 05:04:13 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities * @@ -96,7 +99,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(keepId, "$Id: rcskeep.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $") +libId(keepId, "rcskeep.c,v 1.2 1995/05/30 05:04:13 rgrimes Exp") static int checknum P((char const*,int)); static int getval P((RILE*,struct buf*,int)); diff --git a/gnu/usr.bin/rcs/lib/rcskeys.c b/gnu/usr.bin/rcs/lib/rcskeys.c index b45105c33b38..3eefd5c3375c 100644 --- a/gnu/usr.bin/rcs/lib/rcskeys.c +++ b/gnu/usr.bin/rcs/lib/rcskeys.c @@ -30,7 +30,10 @@ Report problems and direct all questions to: -/* $Log: rcskeys.c,v $ +/* rcskeys.c,v + * Revision 1.5 1995/05/30 05:04:14 rgrimes + * Remove trailing whitespace. + * * 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. @@ -43,7 +46,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.4 1994/06/22 00:51:42 rgrimes Exp $. + * Add the new keyword FreeBSD that is IDENTICAL in operation to rcskeys.c,v 1.5 1995/05/30 05:04:14 rgrimes Exp. * * Revision 1.1.1.1 1993/06/18 04:22:12 jkh * Updated GNU utilities @@ -77,7 +80,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(keysId, "$Id: rcskeys.c,v 1.4 1994/06/22 00:51:42 rgrimes Exp $") +libId(keysId, "rcskeys.c,v 1.5 1995/05/30 05:04:14 rgrimes Exp") char const *const Keyword[] = { diff --git a/gnu/usr.bin/rcs/lib/rcslex.c b/gnu/usr.bin/rcs/lib/rcslex.c index 621d4924bff9..efa7538877ba 100644 --- a/gnu/usr.bin/rcs/lib/rcslex.c +++ b/gnu/usr.bin/rcs/lib/rcslex.c @@ -38,7 +38,10 @@ Report problems and direct all questions to: -/* $Log: rcslex.c,v $ +/* rcslex.c,v + * Revision 1.3 1995/05/30 05:04:15 rgrimes + * Remove trailing whitespace. + * * Revision 1.2 1993/06/28 19:13:10 nate * Added Chris Demetriou's FSYNC_ALL option which causes all writes to be * flushed immediately. (In case of a crash in the middle of CVS/RCS commits @@ -139,7 +142,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(lexId, "$Id: rcslex.c,v 1.2 1993/06/28 19:13:10 nate Exp $") +libId(lexId, "rcslex.c,v 1.3 1995/05/30 05:04:15 rgrimes Exp") static struct hshentry *nexthsh; /*pointer to next hash entry, set by lookup*/ diff --git a/gnu/usr.bin/rcs/lib/rcsmap.c b/gnu/usr.bin/rcs/lib/rcsmap.c index 0e7b23c85f4a..3d8a2f04be85 100644 --- a/gnu/usr.bin/rcs/lib/rcsmap.c +++ b/gnu/usr.bin/rcs/lib/rcsmap.c @@ -28,7 +28,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(mapId, "$Id: rcsmap.c,v 5.2 1991/08/19 03:13:55 eggert Exp $") +libId(mapId, "rcsmap.c,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp") /* map of character types */ /* ISO 8859/1 (Latin-1) */ diff --git a/gnu/usr.bin/rcs/lib/rcsrev.c b/gnu/usr.bin/rcs/lib/rcsrev.c index 96eb9e6c41db..cff5311f20ed 100644 --- a/gnu/usr.bin/rcs/lib/rcsrev.c +++ b/gnu/usr.bin/rcs/lib/rcsrev.c @@ -31,7 +31,10 @@ Report problems and direct all questions to: -/* $Log: rcsrev.c,v $ +/* rcsrev.c,v + * Revision 1.2 1995/05/30 05:04:16 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities * @@ -97,7 +100,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(revId, "$Id: rcsrev.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $") +libId(revId, "rcsrev.c,v 1.2 1995/05/30 05:04:16 rgrimes Exp") static char const *branchtip P((char const*)); static struct hshentry *genbranch P((struct hshentry const*,char const*,unsigned,char const*,char const*,char const*,struct hshentries**)); diff --git a/gnu/usr.bin/rcs/lib/rcssyn.c b/gnu/usr.bin/rcs/lib/rcssyn.c index 10b6147a55ab..bbf2a7c08bd1 100644 --- a/gnu/usr.bin/rcs/lib/rcssyn.c +++ b/gnu/usr.bin/rcs/lib/rcssyn.c @@ -36,7 +36,10 @@ Report problems and direct all questions to: */ -/* $Log: rcssyn.c,v $ +/* rcssyn.c,v + * Revision 1.2 1995/05/30 05:04:17 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:12 jkh * Updated GNU utilities * @@ -136,7 +139,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(synId, "$Id: rcssyn.c,v 1.1.1.1 1993/06/18 04:22:12 jkh Exp $") +libId(synId, "rcssyn.c,v 1.2 1995/05/30 05:04:17 rgrimes Exp") /* forward */ static char const *getkeyval P((char const*,enum tokens,int)); diff --git a/gnu/usr.bin/rcs/lib/rcsutil.c b/gnu/usr.bin/rcs/lib/rcsutil.c index 55140c2e4793..b126687b2175 100644 --- a/gnu/usr.bin/rcs/lib/rcsutil.c +++ b/gnu/usr.bin/rcs/lib/rcsutil.c @@ -31,7 +31,10 @@ Report problems and direct all questions to: -/* $Log: rcsutil.c,v $ +/* rcsutil.c,v + * Revision 1.2 1995/05/30 05:04:18 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:13 jkh * Updated GNU utilities * @@ -139,7 +142,7 @@ Report problems and direct all questions to: #include "rcsbase.h" -libId(utilId, "$Id: rcsutil.c,v 1.1.1.1 1993/06/18 04:22:13 jkh Exp $") +libId(utilId, "rcsutil.c,v 1.2 1995/05/30 05:04:18 rgrimes Exp") #if !has_memcmp int diff --git a/gnu/usr.bin/rcs/merge/merge.1 b/gnu/usr.bin/rcs/merge/merge.1 index 8b1957fca099..bb909e9f53cb 100644 --- a/gnu/usr.bin/rcs/merge/merge.1 +++ b/gnu/usr.bin/rcs/merge/merge.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: merge.1,v 5.3 1991/02/28 19:18:45 eggert Exp $ +.Id merge.1,v 1.1.1.1 1993/06/18 04:22:14 jkh Exp .TH MERGE 1 \*(Dt GNU .SH NAME merge \- three-way file merge diff --git a/gnu/usr.bin/rcs/merge/merge.c b/gnu/usr.bin/rcs/merge/merge.c index 4067c184a255..82faf126502c 100644 --- a/gnu/usr.bin/rcs/merge/merge.c +++ b/gnu/usr.bin/rcs/merge/merge.c @@ -39,7 +39,7 @@ badoption(a) } -mainProg(mergeId, "merge", "$Id: merge.c,v 1.2 1991/08/19 03:13:55 eggert Exp $") +mainProg(mergeId, "merge", "merge.c,v 1.1.1.1 1993/06/18 04:22:14 jkh Exp") { register char const *a; char const *label[2], *arg[3]; diff --git a/gnu/usr.bin/rcs/rcs/rcs.1 b/gnu/usr.bin/rcs/rcs/rcs.1 index 9866a9c0054f..14f4f2578331 100644 --- a/gnu/usr.bin/rcs/rcs/rcs.1 +++ b/gnu/usr.bin/rcs/rcs/rcs.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: rcs.1,v 5.6 1991/09/26 23:16:17 eggert Exp $ +.Id rcs.1,v 1.1.1.1 1993/06/18 04:22:14 jkh Exp .ds r \&\s-1RCS\s0 .if n .ds - \%-- .if t .ds - \(em diff --git a/gnu/usr.bin/rcs/rcs/rcs.c b/gnu/usr.bin/rcs/rcs/rcs.c index 6a83770f5b83..5cd01dcdb2d0 100644 --- a/gnu/usr.bin/rcs/rcs/rcs.c +++ b/gnu/usr.bin/rcs/rcs/rcs.c @@ -30,7 +30,10 @@ Report problems and direct all questions to: -/* $Log: rcs.c,v $ +/* rcs.c,v + * Revision 1.2 1995/05/30 05:04:21 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:14 jkh * Updated GNU utilities * @@ -241,7 +244,7 @@ static struct delrevpair delrev; static struct hshentry *cuthead, *cuttail, *delstrt; static struct hshentries *gendeltas; -mainProg(rcsId, "rcs", "$Id: rcs.c,v 1.1.1.1 1993/06/18 04:22:14 jkh Exp $") +mainProg(rcsId, "rcs", "rcs.c,v 1.2 1995/05/30 05:04:21 rgrimes Exp") { static char const cmdusage[] = "\nrcs usage: rcs -{ae}logins -Afile -{blu}[rev] -cstring -{iLU} -{nNs}name[:rev] -orange -t[file] -Vn file ..."; diff --git a/gnu/usr.bin/rcs/rcs/rcsfile.5 b/gnu/usr.bin/rcs/rcs/rcsfile.5 index d0dbbb80cbbb..88124ca8a8d6 100644 --- a/gnu/usr.bin/rcs/rcs/rcsfile.5 +++ b/gnu/usr.bin/rcs/rcs/rcsfile.5 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: rcsfile.5,v 5.1 1991/08/19 03:13:55 eggert Exp $ +.Id rcsfile.5,v 1.1.1.1 1993/06/18 04:22:15 jkh Exp .ds r \s-1RCS\s0 .if n .ds - \%-- .if t .ds - \(em diff --git a/gnu/usr.bin/rcs/rcs/rcsintro.1 b/gnu/usr.bin/rcs/rcs/rcsintro.1 index a76caa0ee2d9..6d15326ea516 100644 --- a/gnu/usr.bin/rcs/rcs/rcsintro.1 +++ b/gnu/usr.bin/rcs/rcs/rcsintro.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: rcsintro.1,v 5.1 1991/04/21 12:00:46 eggert Exp $ +.Id rcsintro.1,v 1.1.1.1 1993/06/18 04:22:14 jkh Exp .ds r \&\s-1RCS\s0 .if n .ds - \%-- .if t .ds - \(em diff --git a/gnu/usr.bin/rcs/rcsclean/rcsclean.1 b/gnu/usr.bin/rcs/rcsclean/rcsclean.1 index 07ed7228b679..973ba2e08b84 100644 --- a/gnu/usr.bin/rcs/rcsclean/rcsclean.1 +++ b/gnu/usr.bin/rcs/rcsclean/rcsclean.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: rcsclean.1,v 1.8 1991/11/03 01:09:19 eggert Exp $ +.Id rcsclean.1,v 1.1.1.1 1993/06/18 04:22:15 jkh Exp .ds r \&\s-1RCS\s0 .if n .ds - \%-- .if t .ds - \(em diff --git a/gnu/usr.bin/rcs/rcsclean/rcsclean.c b/gnu/usr.bin/rcs/rcsclean/rcsclean.c index ba24ab77e0b3..5ad53d411444 100644 --- a/gnu/usr.bin/rcs/rcsclean/rcsclean.c +++ b/gnu/usr.bin/rcs/rcsclean/rcsclean.c @@ -37,7 +37,7 @@ static void cleanup P((void)); static RILE *workptr; static int exitstatus; -mainProg(rcscleanId, "rcsclean", "$Id: rcsclean.c,v 5.1 1991/11/03 01:11:44 eggert Exp $") +mainProg(rcscleanId, "rcsclean", "rcsclean.c,v 1.1.1.1 1993/06/18 04:22:15 jkh Exp") { static char const usage[] = "\nrcsclean: usage: rcsclean [-ksubst] [-{nqru}[rev]] [-Vn] [-xsuffixes] [file ...]"; diff --git a/gnu/usr.bin/rcs/rcsdiff/rcsdiff.1 b/gnu/usr.bin/rcs/rcsdiff/rcsdiff.1 index b78bbdd17c1f..e171e8eb1c26 100644 --- a/gnu/usr.bin/rcs/rcsdiff/rcsdiff.1 +++ b/gnu/usr.bin/rcs/rcsdiff/rcsdiff.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: rcsdiff.1,v 5.3 1991/04/21 12:00:46 eggert Exp $ +.Id rcsdiff.1,v 1.1.1.1 1993/06/18 04:22:16 jkh Exp .ds r \&\s-1RCS\s0 .if n .ds - \%-- .if t .ds - \(em diff --git a/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c b/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c index 01d19420c5b6..d273a97a8090 100644 --- a/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c +++ b/gnu/usr.bin/rcs/rcsdiff/rcsdiff.c @@ -35,7 +35,10 @@ Report problems and direct all questions to: -/* $Log: rcsdiff.c,v $ +/* rcsdiff.c,v + * Revision 1.2 1995/05/30 05:04:25 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:16 jkh * Updated GNU utilities * @@ -132,7 +135,7 @@ static int exitstatus; static RILE *workptr; static struct stat workstat; -mainProg(rcsdiffId, "rcsdiff", "$Id: rcsdiff.c,v 1.1.1.1 1993/06/18 04:22:16 jkh Exp $") +mainProg(rcsdiffId, "rcsdiff", "rcsdiff.c,v 1.2 1995/05/30 05:04:25 rgrimes Exp") { static char const cmdusage[] = "\nrcsdiff usage: rcsdiff [-q] [-rrev1 [-rrev2]] [-Vn] [diff options] file ..."; diff --git a/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.1 b/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.1 index be669a9f2a0d..7b411a112a6f 100644 --- a/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.1 +++ b/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: rcsfreeze.1,v 4.4 1990/11/13 15:43:42 hammer Exp $ +.Id rcsfreeze.1,v 1.1.1.1 1993/06/18 04:22:16 jkh Exp .ds r \s-1RCS\s0 .TH RCSFREEZE 1 \*(Dt GNU .SH NAME diff --git a/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh b/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh index 421997946b76..63c314bf1711 100644 --- a/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh +++ b/gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh @@ -2,7 +2,7 @@ # rcsfreeze - assign a symbolic revision number to a configuration of RCS files -# $Id: rcsfreeze.sh,v 4.4 1991/04/21 11:58:24 eggert Exp $ +# rcsfreeze.sh,v 1.1.1.1 1993/06/18 04:22:16 jkh Exp # The idea is to run rcsfreeze each time a new version is checked # in. A unique symbolic revision number (C_[number], where number diff --git a/gnu/usr.bin/rcs/rcsmerge/rcsmerge.1 b/gnu/usr.bin/rcs/rcsmerge/rcsmerge.1 index 82871b033bfd..0d819e01dd56 100644 --- a/gnu/usr.bin/rcs/rcsmerge/rcsmerge.1 +++ b/gnu/usr.bin/rcs/rcsmerge/rcsmerge.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: rcsmerge.1,v 5.3 1991/08/19 03:13:55 eggert Exp $ +.Id rcsmerge.1,v 1.1.1.1 1993/06/18 04:22:16 jkh Exp .ds r \&\s-1RCS\s0 .if n .ds - \%-- .if t .ds - \(em diff --git a/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c b/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c index f5c46a82db65..d2e62bca851b 100644 --- a/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c +++ b/gnu/usr.bin/rcs/rcsmerge/rcsmerge.c @@ -34,7 +34,10 @@ Report problems and direct all questions to: -/* $Log: rcsmerge.c,v $ +/* rcsmerge.c,v + * Revision 1.2 1995/05/30 05:04:30 rgrimes + * Remove trailing whitespace. + * * Revision 1.1.1.1 1993/06/18 04:22:16 jkh * Updated GNU utilities * @@ -101,7 +104,7 @@ Report problems and direct all questions to: static char const co[] = CO; -mainProg(rcsmergeId, "rcsmerge", "$Id: rcsmerge.c,v 1.1.1.1 1993/06/18 04:22:16 jkh Exp $") +mainProg(rcsmergeId, "rcsmerge", "rcsmerge.c,v 1.2 1995/05/30 05:04:30 rgrimes Exp") { static char const cmdusage[] = "\nrcsmerge usage: rcsmerge -rrev1 [-rrev2] [-p] [-Vn] file"; diff --git a/gnu/usr.bin/rcs/rcstest b/gnu/usr.bin/rcs/rcstest index e0b6c828f7c5..f8f0c41e2ce3 100755..100644 --- a/gnu/usr.bin/rcs/rcstest +++ b/gnu/usr.bin/rcs/rcstest @@ -15,7 +15,7 @@ # The current directory and ./RCS must be readable, writable, and searchable. -# $Id: rcstest,v 5.8 1991/11/20 17:58:10 eggert Exp $ +# rcstest,v 1.1.1.1 1993/06/18 04:22:10 jkh Exp # Copyright 1990, 1991 by Paul Eggert diff --git a/gnu/usr.bin/rcs/rlog/rlog.1 b/gnu/usr.bin/rcs/rlog/rlog.1 index e3deb6871ee9..2b231af693d7 100644 --- a/gnu/usr.bin/rcs/rlog/rlog.1 +++ b/gnu/usr.bin/rcs/rlog/rlog.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: rlog.1,v 1.2 1994/05/11 22:39:43 phk Exp $ +.Id rlog.1,v 1.3 1994/05/12 00:37:57 phk Exp .ds g \&\s-1UTC\s0 .ds r \&\s-1RCS\s0 .if n .ds - \%-- diff --git a/gnu/usr.bin/rcs/rlog/rlog.c b/gnu/usr.bin/rcs/rlog/rlog.c index 80912bd79da3..165a05557782 100644 --- a/gnu/usr.bin/rcs/rlog/rlog.c +++ b/gnu/usr.bin/rcs/rlog/rlog.c @@ -35,7 +35,10 @@ Report problems and direct all questions to: -/* $Log: rlog.c,v $ +/* rlog.c,v + * Revision 1.6 1995/05/30 05:04:34 rgrimes + * Remove trailing whitespace. + * * Revision 1.5 1994/05/12 00:42:59 phk * typo. * @@ -207,7 +210,7 @@ static struct lockers *lockerlist; static struct stateattri *statelist; -mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.5 1994/05/12 00:42:59 phk Exp $") +mainProg(rlogId, "rlog", "rlog.c,v 1.6 1995/05/30 05:04:34 rgrimes Exp") { static char const cmdusage[] = "\nrlog usage: rlog -{bhLRt} [-v[string]] -ddates -l[lockers] -rrevs -sstates -w[logins] -Vn file ..."; |
