Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sbin/swapctl Pull up rev 1.9:
details: https://anonhg.NetBSD.org/src/rev/1ee9bd0ae09f
branches: netbsd-1-5
changeset: 489361:1ee9bd0ae09f
user: soren <soren%NetBSD.org@localhost>
date: Sun Sep 03 22:46:35 2000 +0000
description:
Pull up rev 1.9:
> date: 2000/08/19 21:31:58; author: soren; state: Exp; lines: +2 -2
> Add space in summary printf.
diffstat:
sbin/swapctl/swaplist.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f06295541004 -r 1ee9bd0ae09f sbin/swapctl/swaplist.c
--- a/sbin/swapctl/swaplist.c Sun Sep 03 22:44:02 2000 +0000
+++ b/sbin/swapctl/swaplist.c Sun Sep 03 22:46:35 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: swaplist.c,v 1.8 1998/10/08 10:00:31 mrg Exp $ */
+/* $NetBSD: swaplist.c,v 1.8.10.1 2000/09/03 22:46:35 soren Exp $ */
/*
* Copyright (c) 1997 Matthew R. Green
@@ -120,7 +120,7 @@
(int)(dbtoqb(totalinuse) / (1024 * 1024)),
(int)(dbtoqb(totalsize) / (1024 * 1024)));
else if (dolong == 0)
- printf("total: %ldk bytes allocated = %ldk used,"
+ printf("total: %ldk bytes allocated = %ldk used, "
"%ldk available\n",
(long)(dbtoqb(totalsize) / 1024),
(long)(dbtoqb(totalinuse) / 1024),
Home |
Main Index |
Thread Index |
Old Index