summaryrefslogtreecommitdiff
path: root/quota.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-04 10:42:12 +0000
committerjkar8572 <jkar8572>2001-04-04 10:42:12 +0000
commit823172abd03b7cd2489a696f936eaee522d36882 (patch)
treee9e0bda4a4f874b9ac2ccdabfec21d1fab7251a3 /quota.c
parent06c43890e2973a133577dcf87d7ea8523659495e (diff)
Merged with RedHat patch - mainly documentation issues
Added some forgotten _() around strings. Added sponsoring notes Removed mandatory -F from quotacheck.
Diffstat (limited to 'quota.c')
-rw-r--r--quota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/quota.c b/quota.c
index 0bb7def..30bb4e5 100644
--- a/quota.c
+++ b/quota.c
@@ -34,7 +34,7 @@
#ident "$Copyright: (c) 1980, 1990 Regents of the University of California. $"
#ident "$Copyright: All rights reserved. $"
-#ident "$Id: quota.c,v 1.1 2001/03/23 12:03:26 jkar8572 Exp $"
+#ident "$Id: quota.c,v 1.2 2001/04/04 10:42:12 jkar8572 Exp $"
/*
* Disk quota reporting program.
@@ -111,7 +111,7 @@ int main(int argc, char **argv)
if (gflag) {
ngroups = getgroups(NGROUPS, gidset);
if (ngroups < 0)
- die(1, "quota: getgroups(): %s\n", strerror(errno));
+ die(1, _("quota: getgroups(): %s\n"), strerror(errno));
for (i = 0; i < ngroups; i++)
showquotas(GRPQUOTA, gidset[i]);
}