Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/repquota Fix unsightly botch in repquota's heading ...
details: https://anonhg.NetBSD.org/src/rev/4a20e37366ab
branches: trunk
changeset: 773217:4a20e37366ab
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Jan 29 07:23:52 2012 +0000
description:
Fix unsightly botch in repquota's heading output.
diffstat:
usr.sbin/repquota/repquota.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ab7d52ab37bc -r 4a20e37366ab usr.sbin/repquota/repquota.c
--- a/usr.sbin/repquota/repquota.c Sun Jan 29 07:23:02 2012 +0000
+++ b/usr.sbin/repquota/repquota.c Sun Jan 29 07:23:52 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: repquota.c,v 1.38 2012/01/25 01:24:53 dholland Exp $ */
+/* $NetBSD: repquota.c,v 1.39 2012/01/29 07:23:52 dholland Exp $ */
/*
* Copyright (c) 1980, 1990, 1993
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)repquota.c 8.2 (Berkeley) 11/22/94";
#else
-__RCSID("$NetBSD: repquota.c,v 1.38 2012/01/25 01:24:53 dholland Exp $");
+__RCSID("$NetBSD: repquota.c,v 1.39 2012/01/29 07:23:52 dholland Exp $");
#endif
#endif /* not lint */
@@ -324,7 +324,7 @@
"File limits\n");
printf(idtype == QUOTA_IDTYPE_USER ? "User " : "Group");
printf(" used soft hard grace used"
- "soft hard grace\n");
+ " soft hard grace\n");
for (id = 0; id <= highid[idtype]; id++) {
fup = qremove(id, idtype);
q = fup->fu_qv;
Home |
Main Index |
Thread Index |
Old Index