=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/quota/quota.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/quota/quota.c 2005/04/01 04:31:09 1.25 +++ src/usr.bin/quota/quota.c 2005/04/03 19:02:30 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: quota.c,v 1.25 2005/04/01 04:31:09 deraadt Exp $ */ +/* $OpenBSD: quota.c,v 1.26 2005/04/03 19:02:30 otto Exp $ */ /* * Copyright (c) 1980, 1990, 1993 @@ -41,7 +41,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";*/ static const char rcsid[] = -"$OpenBSD: quota.c,v 1.25 2005/04/01 04:31:09 deraadt Exp $"; +"$OpenBSD: quota.c,v 1.26 2005/04/03 19:02:30 otto Exp $"; #endif /* not lint */ /* @@ -360,7 +360,7 @@ printf("%s\n", qup->fsname); nam = ""; } - printf("%15s%8d%c%7d%8d%8s", + printf("%12s %7d%c %7d %7d %7s", nam, (int)(dbtob((u_quad_t)qup->dqblk.dqb_curblocks) / 1024), @@ -371,7 +371,7 @@ / 1024), (msgb == (char *)0) ? "" : timeprt(qup->dqblk.dqb_btime)); - printf("%8d%c%7d%8d%8s\n", + printf(" %7d%c %7d %7d %7s\n", qup->dqblk.dqb_curinodes, (msgi == (char *)0) ? ' ' : '*', qup->dqblk.dqb_isoftlimit, @@ -393,7 +393,7 @@ printf("Disk quotas for %s %s (%cid %ld): %s\n", qfextension[type], name, *qfextension[type], id, tag); if (!qflag && tag[0] == '\0') { - printf("%15s%8s %7s%8s%8s%8s %7s%8s%8s\n", + printf("%12s%8s%9s%8s%8s%9s%8s%8s%8s\n", "Filesystem", "KBytes", "quota",