diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-30 17:31:28 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-30 17:31:28 +0000 |
commit | 11931d5cd3a18a2330f9074ce982624b57b7224b (patch) | |
tree | 2086c7ae7cb6c2cad1df7f4c31ea0ec1560772a5 /sbin/swapctl | |
parent | 4e63e4c2426933570d05b8437012a3b21cfe1dc1 (diff) |
Output style nit. From ho@
Diffstat (limited to 'sbin/swapctl')
-rw-r--r-- | sbin/swapctl/swaplist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/swapctl/swaplist.c b/sbin/swapctl/swaplist.c index 29e37c2daee..749e381fa79 100644 --- a/sbin/swapctl/swaplist.c +++ b/sbin/swapctl/swaplist.c @@ -120,7 +120,7 @@ list_swap(pri, kflag, pflag, tflag, dolong) (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), |