summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-05-12 00:42:59 +0000
committerphk <phk@FreeBSD.org>1994-05-12 00:42:59 +0000
commit2caf7aae0af4558044ad9b66b8aabdd05bc30788 (patch)
treee8e7895293efbf3c65e9bb7b563231f6485c27ad /gnu/usr.bin
parent45dc7d2c3e155ac271418df0f1ae022661af3869 (diff)
downloadFreeBSD-src-2caf7aae0af4558044ad9b66b8aabdd05bc30788.zip
FreeBSD-src-2caf7aae0af4558044ad9b66b8aabdd05bc30788.tar.gz
typo.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/rcs/rlog/rlog.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/rlog/rlog.c b/gnu/usr.bin/rcs/rlog/rlog.c
index 6e339df..bf59e66 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.4 1994/05/12 00:37:59 phk
+ * made -v produce tip-revision, which was what I wanted in the first place...
+ *
* Revision 1.3 1994/05/11 22:39:44 phk
* Added -v option to rlog. This gives a quick way to get a list of versions.
*
@@ -201,7 +204,7 @@ static struct lockers *lockerlist;
static struct stateattri *statelist;
-mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.3 1994/05/11 22:39:44 phk Exp $")
+mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.4 1994/05/12 00:37:59 phk Exp $")
{
static char const cmdusage[] =
"\nrlog usage: rlog -{bhLRt} [-v[string]] -ddates -l[lockers] -rrevs -sstates -w[logins] -Vn file ...";
@@ -342,7 +345,7 @@ mainProg(rlogId, "rlog", "$Id: rlog.c,v 1.3 1994/05/11 22:39:44 phk Exp $")
continue;
if ( versionlist ) {
- gettree()l
+ gettree();
aprintf(out, "%s%s %s\n", vstring, workfilename, tiprev());
continue;
}
OpenPOWER on IntegriCloud