From 3fcadce583b5036edd528cc2132a271277f12bf7 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Fri, 6 Aug 1993 16:47:16 +0000 Subject: [PATCH] Have rlog output be much easier to parse. (Added one line which is not used by any CVS/RCS commands) --- gnu/usr.bin/rcs/rlog/rlog.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/rcs/rlog/rlog.c b/gnu/usr.bin/rcs/rlog/rlog.c index b18b0c97ceb0..dbcf2d4141e3 100644 --- a/gnu/usr.bin/rcs/rlog/rlog.c +++ b/gnu/usr.bin/rcs/rlog/rlog.c @@ -36,6 +36,9 @@ Report problems and direct all questions to: /* $Log: rlog.c,v $ + * Revision 1.1.1.1 1993/06/18 04:22:17 jkh + * Updated GNU utilities + * * Revision 5.9 1991/09/17 19:07:40 eggert * Getscript() didn't uncache partial lines. * @@ -191,7 +194,7 @@ static struct lockers *lockerlist; static struct stateattri *statelist; -mainProg(rlogId, "rlog", "$Id: rlog.c,v 5.9 1991/09/17 19:07:40 eggert Exp $") +mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.1.1.1 1993/06/18 04:22:17 jkh Exp $") { static char const cmdusage[] = "\nrlog usage: rlog -{bhLRt} -ddates -l[lockers] -rrevs -sstates -w[logins] -Vn file ..."; @@ -402,6 +405,7 @@ mainProg(rlogId, "rlog", "$Id: rlog.c,v 5.9 1991/09/17 19:07:40 eggert Exp $") putrunk(); putree(Head); } + aputs("----------------------------\n", out); aputs("=============================================================================\n",out); } while (cleanup(), ++argv, --argc >= 1);