From f0ef07e5b000f35ed99e2746c20186f88ea30882 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 4 Apr 2001 10:42:54 +0000 Subject: Added ; between grace times (just to be compatible with RedHat). --- repquota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repquota.c') 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"); -- cgit v1.2.3