summaryrefslogtreecommitdiff
path: root/repquota.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-04 10:42:54 +0000
committerjkar8572 <jkar8572>2001-04-04 10:42:54 +0000
commitf0ef07e5b000f35ed99e2746c20186f88ea30882 (patch)
tree1750d15039385775f214310f9f66c7dc097afd76 /repquota.c
parent823172abd03b7cd2489a696f936eaee522d36882 (diff)
Added ; between grace times (just to be compatible with RedHat).
Diffstat (limited to 'repquota.c')
-rw-r--r--repquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/repquota.c b/repquota.c
index 164e528..87cc6b7 100644
--- a/repquota.c
+++ b/repquota.c
@@ -122,7 +122,7 @@ static void report_it(struct quota_handle *h, int type)
printf(_("*** Report for %s quotas on device %s\n"), type2name(type), h->qh_quotadev);
time2str(h->qh_info.dqi_bgrace, bgbuf, TF_ROUND);
time2str(h->qh_info.dqi_igrace, igbuf, TF_ROUND);
- printf("Block grace time: %s Inode grace time: %s\n", bgbuf, igbuf);
+ printf("Block grace time: %s; Inode grace time: %s\n", bgbuf, igbuf);
printf(" Block limits File limits\n");
printf("User used soft hard grace used soft hard grace\n");
printf("----------------------------------------------------------------------\n");