summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2005-11-03 15:57:40 +0000
committerxsa <xsa@openbsd.org>2005-11-03 15:57:40 +0000
commitf14fe7f1225e067e471d2570501b2e621bcdd1e0 (patch)
treec2fbed08e42830eaecc5997f206d0581493e4e72
parent- document `-M' option properly. (diff)
downloadwireguard-openbsd-f14fe7f1225e067e471d2570501b2e621bcdd1e0.tar.xz
wireguard-openbsd-f14fe7f1225e067e471d2570501b2e621bcdd1e0.zip
output tweaks;
-rw-r--r--usr.bin/cvs/getlog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c
index 72a82ba7ca4..6e68596a9fd 100644
--- a/usr.bin/cvs/getlog.c
+++ b/usr.bin/cvs/getlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getlog.c,v 1.46 2005/08/08 14:48:27 xsa Exp $ */
+/* $OpenBSD: getlog.c,v 1.47 2005/11/03 15:57:40 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -268,10 +268,10 @@ cvs_getlog_local(CVSFILE *cf, void *arg)
cvs_printf("keyword substitution: %s\n",
rf->rf_expand == NULL ? "kv" : rf->rf_expand);
- cvs_printf("total revisions: %u;", rf->rf_ndelta);
+ cvs_printf("total revisions: %u", rf->rf_ndelta);
if ((log_honly == 0) && (log_lhonly == 0))
- cvs_printf("\tselected revisions: %u", nrev);
+ cvs_printf(";\tselected revisions: %u", nrev);
cvs_printf("\n");