summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-04-01 04:31:09 +0000
committerderaadt <deraadt@openbsd.org>2005-04-01 04:31:09 +0000
commita36c18777829ab6eec61dcd4f6cd360c56db52a5 (patch)
tree57cea46a6772007501cd254da44371747a790fe7 /usr.sbin/repquota
parentshow that net.inet.etherip.allow can be set here; pr 3972 ckuethe (diff)
downloadwireguard-openbsd-a36c18777829ab6eec61dcd4f6cd360c56db52a5.tar.xz
wireguard-openbsd-a36c18777829ab6eec61dcd4f6cd360c56db52a5.zip
these commands said "blocks" when they meant "KBytes" (they even calculated
it so). pointed out by janc@cyberspace.org, pr 3956
Diffstat (limited to 'usr.sbin/repquota')
-rw-r--r--usr.sbin/repquota/repquota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c
index 6eaa914a754..a50f16df954 100644
--- a/usr.sbin/repquota/repquota.c
+++ b/usr.sbin/repquota/repquota.c
@@ -38,7 +38,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)repquota.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: repquota.c,v 1.25 2003/06/26 19:47:10 deraadt Exp $";
+static char *rcsid = "$Id: repquota.c,v 1.26 2005/04/01 04:31:11 deraadt Exp $";
#endif /* not lint */
/*
@@ -208,7 +208,7 @@ repquota(struct fstab *fs, int type, char *qfpathname)
fup->fu_dqblk = dqbuf;
}
fclose(qf);
- printf(" Block limits File limits\n");
+ printf(" KByte limits File limits\n");
printf("User used soft hard grace used soft hard grace\n");
for (id = 0; id <= highid[type]; id++) {
fup = lookup(id, type);